-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tap and dragfromtoforduration cost too much time #448
Comments
Why nobody answered it? |
for this is weekend |
@CodeToSurvive1 Do you run it on device or sim? WDA does some additional stuff before taping. Eg. We make sure element is not being animated. Also using Xcode to boot WDA is will significantly slow down all operations due to logging and debugger. |
@marekcirkos i run webdriveragent on real device,i have tried iphone 6,6plus and 6s ,all of these cost too much time.And when i tried to debug the code,the code before and after tap or dragfromtoforduration run quickly,and cost little time,only the step tap or dragfromtoforduration cost time. And i also tried to start the webdriveragent on the phone not using xcode and used iproxy through usb,it also cost too much time. |
There is not much we can do then. All gestures are executed by TestManager which is completely separate process. |
when i try to do the tap or dragfromtoforduration action,it often costs too much time, usually 3-4 seconds .And i feel like that the time the screen costs relys on the complex of the screen,for example
And I also debug the webdriveragent ,it looks like the real code that handles actions costs time,like:
I don't know why and is there any solution to solve this?
thanks in advance.
The text was updated successfully, but these errors were encountered: