-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take SnapShot with TimeOutException #309
Comments
What's the device you are using? What's the screen resolution? |
I am using emulator to run my code. If this error occurs, there will be no screen resolution. I think it might be something error with adb connect. |
The timing of this error is rather random |
Can you show a minimal reproducible example? Also, CulebraTester2-public as a backend tends to be more stable than |
I am running
|
Should I use CulebraTester2-public instead of |
Definitely, something you can try. This will also help you: https://stackoverflow.com/questions/72300306/how-to-start-culebratester2-server-on-more-than-one-device |
I will try to use
Thanks very much |
Don't forget you need |
When I use ViewClient(device=self.device, serialno=self.SERIALNO) to create a ViewClient, it shows me dump() Error.
|
check (and possibly run as a test too) the examples in https://github.com/dtmilano/AndroidViewClient/tree/master/examples/helper |
Thanks a lot. I will try this method. |
Thanks a lot, the new method works. |
CulebraTester2-public API supports a bunch of orientation and rotation methods like
|
Thanks very much, I will close this issue |
Hey first that all, thanks for the amazing tool.
I'm trying to take snapshot for some of my app with method
device.takeSnapShot(reconnect = true)
but it some times show me some error likes
What should I do to avoid this error? Thanks very much
The text was updated successfully, but these errors were encountered: