How to use Appium on Flutter Android app whose old code is in Native Android and new code in Flutter

230 Views Asked by At

For Native Android We are using Appium with webdriverio and UIAutomator2, but when we use same of Flutter, it is not working properly. We are not able to send Keys or identify particular element.

When we use Appium Inspector on Native App side we are able to inspect each and every element on UI properly, whereas for Flutter it is combining UI element in one group as it as View

I am using Flutter Version 1.22.6

I need proper solution which will work on both Native Android and Flutter

Please help.

1

There are 1 best solutions below

2
On

I also need to know this, am using Appium Inspector but the flutter elements all merge together is one big element. I can see the big element using xpath but would like to be able to see each element separately in Appium Inspector.