LRJ
Results
1
issues of
LRJ
我用uirecorder录制了一个脚本,然后修改了滑动的方法为 ` it('drag: 192, 711, 216, 236, 1.11', async function(){ //await driver.sendActions('drag', {fromX: 192, fromY:711, toX:216, toY:236, duration: 1.11}); await driver.swipe(192, 500, 216, 236, 1.11); }); ` 运行提示 drag: 192,...