-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
airtest-selenium的airtest_touch方法中设置的图片点击位置不生效 #7
Comments
第一个问题应该是因为airtest_selenium的touch没支持 |
第一个问题有修复计划吗 近期打算做个分享会用到这个,这就尴尬了 |
对同一个按钮图片进行点击和断言,都能定位到,断言图片存在也是对的,就是不能点击 |
第一个问题要下周才有时间修复,我先标记为bug。 |
第二个问题就我目前用了这段时间的airtest-selenium来说90%的按钮都点击不到 |
目前想知道,就是页面上面的其他位置能否点击成功?(比如点其他的链接、图片之类的) |
我专门试了下,应该是按钮都点不到 |
我们这边暂时没遇到类似问题,能否提供一下你们的脚本内容、测试的网页url? |
方便加下qq不,491840028 |
电脑不能上Q,如果可以的话,在你们脚本里面试一下开启百度,然后点击百度网页上的按钮看看是否有效。 |
我刚才试了下qq.com,可以点击 |
不要用airtest_selenium的截图touch,先直接用selenium去获取到你们网页里的按钮+点击,看看这样能不能点? |
我find_element_by_xxx找到的元素来click是OK的 |
gsAdmin.air.zip |
ff5f0eb01a1af1977a59ab06e93bc16f.zip |
我是双屏(试了单屏效果一样的) |
1.尝试了更新浏览器版本到最新的79.0.3945.88(正式版本) (64 位)并更新对应chromedriver.exe 结果都是一样的,图片基本上点击不到 |
我debug了一下airtest_touch方法,发现 |
已经确认,win10下移动鼠标到目标位置有问题,麻烦大佬们看看了 |
airtestIDE版本,V1.2.2
airtest-selenium的代码中设置了图片点击位置target_pos参数:
driver.airtest_touch(Template(r"tpl1576225275147.png", target_pos=8, record_pos=(27.35, 7.145), resolution=(100, 100)))
实际运行时点击的图片位置仍是5
The text was updated successfully, but these errors were encountered: