如何使用appium for Android点击并按住(长按)? [英] How to tap and hold (Long press) using appium for Android?

查看:30
本文介绍了如何使用appium for Android点击并按住(长按)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何代码可以在 Appium 上点击并按住?我用的是python,有什么命令支持吗?

Is there any code to tap and hold on Appium? i use python , is there any command to support it ?

对于双击,我使用了单击元素两次,对于点击并按住,我没有得到任何解决方案

For double click i used click on element twice, for tap and hold i am not getting any solution

推荐答案

需要通过驱动

TouchAction action = new TouchAction(driver);
action.longPress(webElement).release().perform();

这篇关于如何使用appium for Android点击并按住(长按)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆