-
Notifications
You must be signed in to change notification settings - Fork 1.4k
How can I slide the screen #441
Comments
use this one : curl -X POST $JSON_HEADER -d "{fromX:187,fromY:660,toX:0,toY:660,duration:800}" yourhost:port/session/SESSION_ID/uiaTarget/0/dragfromtoforduration |
@VasilijSviridov |
Are you sure you have right coordinates? |
@marekcirkos I just want to slide in the homescreen left or right |
@AlexJinsin works on my side with real device. Try to check what are you trying to slide and which directions. Cheers |
@VasilijSviridov |
Sorry @AlexJinsin |
Also I noticed that github removes all "" - slash signs, so this is not only copy paste from here :) Hopefully you will figure it out @AlexJinsin :) |
@VasilijSviridov Thank you . I try to do that. |
@VasilijSviridov }, log like this: The screen still not move. |
Are you using slashes in parameters ? |
github removed all back slashes from my post so basically it should be like this : [backslash]"fromX[backslash]":[backslash]"187.00[backslash]" |
@AlexJinsin really hope this will help :) |
@VasilijSviridov |
I wanna slide the screen .
which API should i use?
The text was updated successfully, but these errors were encountered: