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 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.
The text was updated successfully, but these errors were encountered:
I tried to use usual Appium methods like
isEnabled()
andisDisplayed()
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.
The text was updated successfully, but these errors were encountered: