ashwithpoojary98 / javaflutterfinder

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

Issue with Appium Methods in Java Flutter Finder #19

Open KasunYapa96 opened 2 months ago

KasunYapa96 commented 2 months ago

I tried to use usual Appium methods like isEnabled() and isDisplayed()in my Flutter app automation project using Java and the Java Flutter Finder library. However, these methods are giving me a Java terminal error:

org.openqa.selenium.UnsupportedCommandException: {"value":{"error":"unknown method","message":"Method has not yet been implemented","stacktrace":"NotYetImplementedError: Method has not yet been implemented

It seems that these methods are not yet implemented in the Java Flutter Finder library. Could you please provide guidance on how to proceed or if there are any workarounds for this issue? Thank you.

ashwithpoojary98 commented 3 weeks ago

I'll check please add logs