You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As far as I know, appium-flutter-server has already supported many commands including
getSize
andgetRect
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 toappium-flutter-server
.So may I ask when support for these commands will be available? They are basic commands but essential to any test.
The text was updated successfully, but these errors were encountered: