qtp脚本中启动浏览器

2011-02-21  陈斌 

Browser1 = "IE"

StartURL = "www.51testing.com"

IF Browser1 = "IE" THEN

     set IE = CreateObject("InternetExplorer.Application")

     IE.Visible = true

     IE.Navigate StartURL

END IF

468°/4680 人阅读/0 条评论 发表评论

登录 后发表评论