Skip to content
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

Does it also work for Flutter web apps? #10

Open
pandoras-toolbox opened this issue Jul 4, 2023 · 3 comments
Open

Does it also work for Flutter web apps? #10

pandoras-toolbox opened this issue Jul 4, 2023 · 3 comments
Labels
question Further information is requested

Comments

@pandoras-toolbox
Copy link

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
Copy link
Owner

ashwithpoojary98 commented Jul 8, 2023

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.

@ashwithpoojary98 ashwithpoojary98 added the question Further information is requested label Jul 8, 2023
@pandoras-toolbox
Copy link
Author

What do you mean with query ping?

@ashwithpoojary98
Copy link
Owner

@pandoras-toolbox This tool works only for mobile app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants