Experiences UI testing the Uno Platform Android app with Appium #6225
Unanswered
jamesmcroft
asked this question in
Q&A
Replies: 1 comment 8 replies
-
We have not spent time working with Appium at this point. If you set the same configuration properties as in Uno.UITest documentation, the description field should be filled properly, though. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quick question, has anyone had any luck running UI tests against an Uno Platform application running on Android using Appium?
I'm currently struggling to get the driver to find any elements in the UI. When I use the layout inspector in Android Studio against the application, I can see the content description containing the automation properties that I'm trying to access.
Knowing how you should access UI elements using the AndroidUIAutomator, I've constructed this quite simple select extension for elements by automation ID but it fails every time.
This extension for the framework is based on a similar extension for native UI elements that I created in another UI test library.
Note, I am able to get the application up and running with automation in Appium, the problem is just locating items by the XAML automation ID.
There is a sample UI test project in the Legerity framework that has a simple button click test under
Tests/ButtonTests
(currently disabled for Android due to this issue).Beta Was this translation helpful? Give feedback.
All reactions