andylauwzd 发表于 2013-8-16 11:41:37

回放脚本时多弹出一个IE窗口

代码如下
SystemUtil.Run"C:\Program Files\Internet Explorer\iexplore.exe","http://10.254.195.104:8888"

Browser("micClass:=Browser").Page("micClass:=Page").WebEdit("html tag:=INPUT","name:=txtLoginName1","type:=text").Set"liupidong"
Browser("micClass:=Browser").Page("micClass:=Page").WebEdit("html tag:=INPUT","html id:=Password1","type:=password").Set"cmdi"

黑羽祭 发表于 2013-8-16 12:12:03

回复 1# andylauwzd


    检查Automation下的Record and Run Settings设置。
Web选项卡中,选第一项
页: [1]
查看完整版本: 回放脚本时多弹出一个IE窗口