Java_Appium_automation_Flutter_driver #16
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I tried again with flutter basic "counter" sample app. There are default tooltip locators have been added from the application side.
created a release build and tried with it. I added some print statements for debugging in java-appium code. Also I tried to print the FlutterFinder finder (finder object)
I could see below logs on the console ---------- [RemoteTestNG] detected TestNG version 7.4.0 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HI Ashwith ,
I have used your flutter driver implementation for flutter app automation with java-maven . I used my below mentioned code after referring your code as shown below ,
my pom.xml is as below ,
Code is with non errors .
I ran the appium server as usual .
I tried to run the test after inspecting a text view in flutter on sample app.
Im trying to identify the text "Form Samples" on app home screen ,
after running the test im getting the text shown below ,
Could you help me on this
Beta Was this translation helpful? Give feedback.
All reactions