appium / appium-flutter-driver

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
MIT License
454 stars 183 forks source link

byValueKey fails to find element opened by showMaterialModalBottomSheet #613

Open NetSarangComputer opened 11 months ago

NetSarangComputer commented 11 months ago

The widget which is opened by showMaterialModalBottomSheet and its descendants cannot be found using byValueKey, byText, etc. All other elements can be found if it's not opened by showMaterialModalBottomSheet Is there any workaround for this issue?

Khalidtoak commented 4 weeks ago

Did you find a solution to this issue? @NetSarangComputer , currently facing the same problem