51Testing软件测试论坛
标题:
向一个控件中发送两个以上的键盘字母
[打印本页]
作者:
fengle
时间:
2007-9-3 17:21
标题:
向一个控件中发送两个以上的键盘字母
请问我想向一个控件中发送两个以上的键盘字母应该怎么实现??我发现使用PressKey方法只能发送一个键盘字母
作者:
rivermen
时间:
2007-9-3 17:24
Set WshShell = CreateObject("WScript.Shell")
WshShell.AppActivate "无标题 - 记事本"
wait 1
WshShell.SendKeys "{ENTER}"
WshShell.SendKeys "H"
wait 1
WshShell.SendKeys "a"
wait 1
WshShell.SendKeys "p"
wait 1
WshShell.SendKeys "p"
wait 1
WshShell.SendKeys "y"
作者:
hsjzfling
时间:
2007-9-3 20:38
楼上的方法正解~用wsh技术的SendKeys方法可以很好的解决在控件中输入的问题~~
作者:
yuandjing
时间:
2007-9-4 14:36
楼主请以sendkeys百度一下,你就知道
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2