0

This is how element is defined

@FindBy(locator = "flutter-valuekey=xxx")
public FlutterElement btnPost;

And then I'm just doing

btnPost.click();

Following is the log from appium. I can see that there is an expeception. Appium Log

Below is the console log enter image description here

After this, the execution doesn't proceed and gets stuck there

Piyush Sharma
  • 71
  • 1
  • 8
  • Refer https://github.com/appium-userland/appium-flutter-driver/issues/181#issuecomment-1270213825 and https://github.com/appium-userland/appium-flutter-driver/issues/181#issuecomment-1323684510 – user861594 Jun 28 '23 at 17:34
  • if that works you can add [element listener](https://qmetry.github.io/qaf/latest/qaf_listeners.html) to add `flutter:setFrameSync` before and after command – user861594 Jun 28 '23 at 17:41

0 Answers0