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

查看:690
本文介绍了如何使用appium轻按并按住(长按)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类来长按任何元素.试试这个:

Yes, you can use TouchAction class to longPress any element. Try this:

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

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

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