You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing significant performance issues with Appium UI tests when interacting with elements inside the the49 Maui bottom sheet on Android. Normally, finding an element takes less than a second, but when the element is within the bottom sheet, it takes around 25 seconds.
The text was updated successfully, but these errors were encountered:
We ran into the same problem. It's not a problem with this library, but Appium/UiAutomator on Android. I believe you have to set "waitForIdleTimeout" to some low number, 0 - 100.
I'm experiencing significant performance issues with Appium UI tests when interacting with elements inside the the49 Maui bottom sheet on Android. Normally, finding an element takes less than a second, but when the element is within the bottom sheet, it takes around 25 seconds.
The text was updated successfully, but these errors were encountered: