ashwithpoojary98 / javaflutterfinder

Flutter driver with Java implementation
MIT License
11 stars 5 forks source link

Does it also work for Flutter web apps? #10

Open pandoras-toolbox opened 1 year ago

pandoras-toolbox commented 1 year ago

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?

ashwithpoojary98 commented 1 year ago

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.

pandoras-toolbox commented 1 year ago

What do you mean with query ping?

ashwithpoojary98 commented 1 year ago

@pandoras-toolbox This tool works only for mobile app