长按按钮无法进动

时间:2015-07-17 13:23:24

标签: android python macos selendroid

我正在使用selendroid和python在应用程序上进行自动化测试,该应用程序在Android系统和SAMSUNG S6上运行, 我想编写一个脚本来模拟应用程序中元素的长按手势。我正在使用TouchAction-> long_press方法做到了,但我不知道为什么测试总是停在这个方法上。它不是崩溃,没有错误,它只是永远停留在那里,有人可以帮助我,非常感谢你!

以下是代码:

touch_action = TouchActions(self.driver)
element = self.driver.find_element_by_xpath("(//LinearLayout)[1]")
touch_action.long_press(element).perform()

0 个答案:

没有答案