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

feat: getWidgetDiagnostics support #708

Closed NestyIvan closed 3 months ago

NestyIvan commented 3 months ago

This PR propose the support of the getWidgetDiagnostics Flutter driver method similarly to the getRenderObjectDiagnostics that is already supported. This method is required to get widget diagnostic data and gives new opportunities to obtain more context from the application under test.

linux-foundation-easycla[bot] commented 3 months ago

CLA Signed


The committers listed above are authorized under a signed CLA.

KazuCocoa commented 3 months ago

thank you!