51Testing软件测试论坛

标题: How to using sendkeys's method close IE [打印本页]

作者: lingxin5013    时间: 2008-9-24 10:37
标题: How to using sendkeys's method close IE
Dim ws
Set ws=createobject("wscript.shell")
'Browser("qtp 使用sendkeys关闭IE - Google").Page("qtp 使用sendkeys关闭IE - Google")
ws.sendkeys "%+{f4}"

如何使用sendkeys关闭一个IE ,如上面的例子
我使用alt+f4 上面代码执行后是关闭QTP的提示.高手麻烦解答下 谢谢
作者: gjay1688    时间: 2008-9-24 10:44
当前焦点在QTP上,所以要关闭的是QTP了,LZ可以先将要关闭的页面activate一下,再使用alt+F4
作者: lingxin5013    时间: 2008-9-24 10:50
'Browser("qtp 使用sendkeys关闭IE - Google").Page("qtp 使用sendkeys关闭IE - Google")不支持activate方法
可有使用的方案
作者: gjay1688    时间: 2008-9-24 10:53
那就先使用alt+tab换过来,再关闭
作者: lingxin5013    时间: 2008-9-24 10:59
谢谢LS 已经解决 我随便找了个东西click了下 然后关闭可以了
GOOD
作者: lingxin5013    时间: 2008-9-24 11:04
你的方法我也搞了下 也是可以的 非常感谢
作者: 假装不在    时间: 2008-9-24 11:41





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2