Open TestMagic0989 opened 2 months ago
@KazuCocoa do you have any idea about this. If yes please help e out with this issue. Thank you!
What about adding timeout like https://github.com/appium/appium-flutter-driver/blob/7d57cc8363c7c321d36e9cc12e53fb000f53d18e/example/nodejs/src/index.js#L156 ?
@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. Btw, just to mention In my case, I am switching context between NATIVE_APP and FLUTTER multiple times in use cases. So please suggest how we can address this issue and if this is known issue then do we have any workaround or solution for the same.
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