appium / appium-flutter-driver

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
MIT License
454 stars 183 forks source link

pageBack() not working #668

Open anu-rachel opened 6 months ago

anu-rachel commented 6 months ago

What is the syntax for adding pageBack() call? Also for the device's common back button can this be used We added like await driver.elementClick(pageBack()); but devices back button click didn't happen

KazuCocoa commented 2 months ago

I guess.... like https://github.com/search?q=repo%3Aappium%2Fappium-flutter-driver+pageBack+path%3A%2F%5Eexample%5C%2F%2F&type=code ...? If the command sent base64 command to the DartVM, possibly it is in Dart/Flutter side I assume