我有一个用例,要求用户用两根手指按住10秒钟。按照here的指导,我无法使用以下代码来完成这项工作:
browser.touchMultiPerform([
{ action: 'longPress', options: { x: 200, y: 200 }},
{ action: 'longPress', options: { x: 230, y: 230 }},
{ action: 'wait', options: { ms: 10000 }}
]);
本地iOS应用程序 WebdDriverIO 4.14.1
感谢您的帮助, 马特