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 tried with appium-chromium-driver to use Appium for Flutter web apps. I can navigate to the flutter page, but when I try to use this finder then it does not seem to work at all. For example I search for a text field with a certain text and if I call getText() then the result is null. It worked however as expected if the same app is run on a mobile device as a mobile app.
Before I explain in detail what the problem was, is this finder even supposed to work for Flutter web apps?
The text was updated successfully, but these errors were encountered:
Hey @pandoras-toolbox , As of now getText will work only if the widget is a text widget. Web Apps use different rendering engines. We will take a look at that also.
Does this finder also work for Flutter web apps?
I tried with appium-chromium-driver to use Appium for Flutter web apps. I can navigate to the flutter page, but when I try to use this finder then it does not seem to work at all. For example I search for a text field with a certain text and if I call getText() then the result is null. It worked however as expected if the same app is run on a mobile device as a mobile app.
Before I explain in detail what the problem was, is this finder even supposed to work for Flutter web apps?
The text was updated successfully, but these errors were encountered: