You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issue and found nothing similar. | 我查找了并确认issue列表无相似报告。
Sonic version
v2.6.4
Deploy platform
Linux centos 7
Minimal reproduce step
需求背景
因为我们主营业务是小程序,做小程序测试时测试不同业务场景需要删除最近使用小程序以清除应用缓存
另外有一些使用场景可能需要长按之后才会显示拖动的终点元素,所以也需要长按不松手的操作
uia2-server的api提供了这些接口
// 拖拽,不同于普通滑动
register(postHandler, new Drag("/session/:sessionId/touch/drag"));
// 长按,没有时间限制
register(postHandler, new TouchDown("/session/:sessionId/touch/down"));
// 松手
register(postHandler, new TouchUp("/session/:sessionId/touch/up"));
// 类似手指移动到指定目标,与上两个操作配合起来也可以实现长按拖拽操作
register(postHandler, new TouchMove("/session/:sessionId/touch/move"));
Are you willing to submit a PR?
I'm willing to submit a PR! | 我将发起PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Sonic version
v2.6.4
Deploy platform
Linux centos 7
Minimal reproduce step
需求背景
uia2-server的api提供了这些接口
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: