sikuli常见问题解决

sikuli常见问题解决

ID:21618408

大小:58.42 KB

页数:19页

时间:2018-10-19

sikuli常见问题解决_第1页
sikuli常见问题解决_第2页
sikuli常见问题解决_第3页
sikuli常见问题解决_第4页
sikuli常见问题解决_第5页
资源描述:

《sikuli常见问题解决》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、Sikuli常见问题常见问题如何实现拖拽如何操作下拉列表框如何在脚本中使用中文如何在log中显示日期如何将数字转换成字符串如何定义全局变量Sikuli打不开怎么办如何更改匹配相识度如何指定一个相对位置并点击如何设置鼠标移动延迟如何等待一个图像的出现如何取得一个图像的坐标如何实现拖拽ip=App("iPhoneSimulator") ip.focus() ipw=ip.window() #ipw.highlight(2) bottom="1318343141834.png"#seecomment mBottom=ipw.find(bottom) p

2、=mBottom.getTopLeft().above(10).right(15) hover(p) mouseDown(Button.LEFT) mouseMove(p.above(100)) mouseUp()whilenotipw.exists(image-of-delete-button,0):     hover(p)     mouseDown(Button.LEFT)     mouseMove(p.above(100))#chooseyourstepping     mouseUp()     wait(1) click(ipw.

3、getLastMatch())#shouldclickdeletebuttonTheonlymodificationneededistousebelowinsteadofdown x1,y1,x2,y2=(100,100,500,600) start=Location(x1,y1) end=Location(x2,y2) stepX=10#adjustthisasneeded stepY=int((y2-y1)/((x2-x1)/stepX)) run=start mouseMove(start);wait(0.5) mouseDown(Butt

4、on.LEFT);wait(0.5) whilerun.getX()) ifdd:    click(dd)#openslist    sleep(0.5)#toavoidtimingp

5、roblems    type(Key.DOWN)#heregoesyournavigation    type(Key.ENTER) else:    popup("Sorry,nodropdownfound")youmayfind,thatyourdropdownentryisfoundevenifthecontentisnotexactly,whattheimagesays. Totestdifferentsituations,producethesesituationsandthenusepreview(clickontheimagein

6、theIDE).Playaroundwiththesimilarityslider.ifyouclickok,yourimageisturnedintoapatternobject(pattern(image).similar(decimalbetween0and1).Youcanuseitdirectly(useinsteadoffind(): find(Pattern().similar(0.8))#thestandardinthemomentis0.73 thismeans:onlyfindimageswitha

7、similarityofatleast0.8 Thishelpedintheexampletoassure,thatthedropdownwasonlyclickedwhenshowing:byrelevancy.如何在脚本中使用汉字请参考http://www.python.org/dev/peps/pep-0263/解决方案:在脚本文件的前面添加如下代码:#!/user/bin/python#-*-coding:utf-8-*-(必须放在脚本文件的第一行,试过)如何在log中显示日期解决方案:importdatetimenow=datetime

8、.datetime.now()printnow.strftime('%Y-%m-%d%H:%M:%S')如何将数字转换成字符串参考htt

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。