51Testing软件测试论坛

标题: (*^__^*) 假如我按住ctrl键不动然后拉动图片该怎么录制(已解决) [打印本页]

作者: fanliukund    时间: 2010-3-22 14:56
标题: (*^__^*) 假如我按住ctrl键不动然后拉动图片该怎么录制(已解决)
analog与low level都录制不了

请问
按住ctrl键不放,再用鼠标左键拖动,该怎么录制
------------------------------------------------------(解决代码)
Const VK_CONCROL = 29
Set deviceReplay = CreateObject("Mercury.deviceReplay")
deviceReplay.KeyDown VK_CONCROL
...
...
deviceReplay.KeyUp VK_CONCROL
Set deviceReplay = nothing

[ 本帖最后由 fanliukund 于 2010-6-11 15:21 编辑 ]
作者: fanliukund    时间: 2010-3-23 11:40
额..非常尴尬..
作者: ls_721521    时间: 2010-3-23 15:56
这个。。。
我想你不如用别的方法变通一下,只要能实现你的目的就行呗
作者: ls_721521    时间: 2010-3-23 15:57
因为要鼠标拖动的话一定用坐标了,脚本的维护性就一定差




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