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
468
stars
183
forks
source link
I am trying to automate flutter app using flutter finder. I am getting unknown locator for each and every flutter element. [io.github.ashwith.flutter.FlutterElement@484658fd -> unknown locator] [io.github.ashwith.flutter.FlutterElement@c26b6255 -> unknown locator] see here I am not able to differenticate element using this details. Here i am not getting nosuchelementexception in flutter finder. #711
https://stackoverflow.com/questions/78695289/i-am-trying-to-automate-a-flutter-app-using-flutter-finder-but-i-am-getting-un
Please check here for code.