Open
Description
As far as I know, appium-flutter-server has already supported many commands including getSize
and getRect
but this driver has not. Currently it is proxying these commands to the native driver like UiAutomator2 and XCUITest, which leads to errors because native drivers cannot interact with Flutter elements. IMO workaround isn't possible either because it requires making HTTP requests straight to appium-flutter-server
.
So may I ask when support for these commands will be available? They are basic commands but essential to any test.
Metadata
Metadata
Assignees
Labels
No labels