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
I’m currently facing issues with automating my Flutter app using AppiumFlutterDriver with Java. While the driver can interact with the splash screen element, I am unable to interact with any other elements in the app. The application is a dynamically changing newspaper app, which may be affecting element recognition.
Our app hasn’t provided accessibility keys for all elements. I have tried using Key, Semantics Label, and Text, but these methods only work for the splash screen element; they do not work beyond splash screen.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently facing issues with automating my Flutter app using AppiumFlutterDriver with Java. While the driver can interact with the splash screen element, I am unable to interact with any other elements in the app. The application is a dynamically changing newspaper app, which may be affecting element recognition.
Our app hasn’t provided accessibility keys for all elements. I have tried using Key, Semantics Label, and Text, but these methods only work for the splash screen element; they do not work beyond splash screen.
Beta Was this translation helpful? Give feedback.
All reactions