新手发问:关于参数问题
本帖最后由 zhilingying 于 2010-11-10 15:54 编辑请大家看下哦(简单的用户登录,我把用户名和密码参数化啦):
SystemUtil.Run "iexplore.exe", "http://newtours.demoaut.com/mercurysignon.php"
Browser("Sign-on: Mercury Tours").Page("Sign-on: Mercury Tours").WebEdit("userName").Set DataTable("name", dtLocalSheet)
Browser("Sign-on: Mercury Tours").Page("Sign-on: Mercury Tours").WebEdit("password").SetSecure DataTable("password", dtLocalSheet)
Browser("Sign-on: Mercury Tours").Page("Sign-on: Mercury Tours").Image("Login").Click 16,19
Browser("Sign-on: Mercury Tours").Page("Sign-on: Mercury Tours").Sync
Browser("Sign-on: Mercury Tours").Close
执行中,执行完成后,应该页面关闭的,为什么最后还要打开一个页面啊? 请大家帮我看看哦 查看一下Record and Run设置中是不是设置了自动打开指定URL地址的页面
页:
[1]