-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Hangs test execution due to flutter locater not present on screen or app/screen crashed #733
Comments
@KazuCocoa do you have any idea about this. If yes please help e out with this issue. Thank you! |
What about adding timeout like
|
@KazuCocoa I tried what you suggested but it doesn't seem to work, I think it is bug while we use automationName as Flutter and use these functions and if element/widgets are hidden not visible or not founds on screen these test hangs and does not properly shut down appium flutter driver and appium server. |
Anyone any clue!! |
Hangs whole execution of test at the same test step when do not find flutter widget with byValuekey or byText.
please find logs:
Appium 2.0
desired capabilities:
"platformName": "Android",
"platformVersion": "13.0",
"deviceName": "emulator-5554",
"automationName": "Flutter",
"retryBackoffTime": 500
The text was updated successfully, but these errors were encountered: