ashwithpoojary98 / javaflutterfinder

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

Issue with handling list of elements , wait and isEnabled, isDisplayed methods in Java Flutter Finder #20

Open Roopa97425 opened 3 weeks ago

Roopa97425 commented 3 weeks ago

I tried using Appium methods isEnabled(), isDisplayed() in my Flutter app, Unfortunately not able use those method. Even same issue am facing with List.

Can I get the java sample code to handle the List in Flutter app ? Can I get java sample code to handle wait, isEnabled and isDisplayed ?

ashwithpoojary98 commented 3 weeks ago

@Roopa97425 please add logs

Roopa97425 commented 3 weeks ago

@ashwithpoojary98 Getting error as "The method findAll(FlutterElement) is undefined for the type AppiumDriver". When I tried to use the findAll method. Using driver instance as below: public Page(AppiumDriver driver) { this.driver = driver; this.finder = new FlutterFinder(driver); }