Sooraj Sizon

Results 6 comments of Sooraj Sizon

Hi @dtmilano , I receive same error running AndroidViewClient on AWS ec2 instance ![Screenshot from 2023-10-31 13-07-36](https://github.com/dtmilano/AndroidViewClient/assets/104100726/2a55e82e-61c1-4ccd-a9e5-e962598c6acc) I could not find `uiautomator`in android sdk instead had to run `uiautomatorviewer dump...

> @sooraj-sizon-pj you didn't describe what you are trying to achieve and how? what devices do you have connected to the EC2 instance and how? what's the output of `adb...

> @sooraj-sizon-pj please create another issue so we can track it properly. It's not exactly related to this one as several of the conditions are different. +1 created a new...

> Are you using nested virtualization or bare metal EC2 instance? Is the setup wizard using animations? > I'm using EC2 bare metal instance (g4dn.metal) >There's a known limitation of...

This was a bug in uiautomator for now simple workaround is add retries when this happens ``` MAX_RETRIES = 3 RETRY_DELAY = 1 # seconds def retry_on_value_error(func): @wraps(func) def wrapper(*args,...

> Do you have the bounds? > > ``` > bounds="[187,794][893,902]" > ``` Right , can you please share an example usage using bounds ?