标题: 如何重复使用登陆Library? [打印本页] 作者: 7house 时间: 2009-5-5 09:00 标题: 如何重复使用登陆Library? 我录制了一个登陆,然后放在library里,想每次登陆时可以调用.
在 Library 里是:
Public Function login
Browser("Browser").Page("Page - Login").WebEdit("username").Set "XXX"
Browser("Browser").Page("Page - Login").WebEdit("password").SetSecure "ZZZXXX"
Browser("Browser").Page("Page - Login").WebButton("Login").Click
End Function
测试脚本里就直接调用 login
在运行的时候一开始就出错:
The "Browser" Browser object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.