大家帮忙看看下面的脚本
麻烦大家帮忙看看下面的脚本,脚本应该没有错,但是运行的时候鼠标找不着"button1"我就是想实现按住"button1"几秒钟
谢谢大家了
StrText ="button1"
l =-1
t =-1
r =-1
b=-1
result=SwfWindow("XXXXX").GetTextLocation(StrText,l,t,r,b,True)
if result then
Set deviceReplay = CreateObject( "Mercury.DeviceReplay" )
deviceReplay.MouseDown (l+r)/2,(t+b)/2,0
Wait 5
deviceReplay.MouseUp (l+r)/2,(t+b)/2,0
end if 上午发了个帖子,一些战友给的这个脚本,我改了些,但是预期的结果还是没出来:L
自己是新手,实在是憋不出来 自己再顶下:) GetTextLocation
这个方法是获取l,t,r,b这个区域有没有StrText这个文本存在,并不是获取这个文本的坐标值,你可以把l,t,r,b这几个属性打印处理看下,应该一直都是-1 Description
Checks whether the specified text string is contained in the specified window area.
自己多看看帮助文档,帮助很大的 谢谢! 学习之
页:
[1]