thuonglai

Results 12 comments of thuonglai

``` while (!isVisible && shouldRetry(startAt, waitTimeoutMilliseconds)) { (async () => { try { await waitFor(self, item, durationMilliseconds); isVisible = true; } catch (ign) {} })(); try { await scroll(self, elementBase64,...

I don't test on IOS. But it is working well on real device Android. Let me check it on IOS.

@AYASGray I test it on real device iOS and it working normal.

I don't using python but I think it must {'alignment': 0.5}

I think element is not tapable. So "command":"tap" hasn't response because it not has timeout. You should check it tapable before click it

@sohambpatel . I am not sure why it happen. Can you add timeout for waitForTapable ?

Maybe i need view source of app and script code to determine why it happen.

Can you take me a screenshot of application when waitForTappable?