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
Dear developers, I'm having trouble returning the value of the seekbar element, as explained below. I kindly ask you to analyze this case and see if it is possible to resolve it.
With uiautomator2 it is not possible to return the value of a seekbar (for example in settings > sound > media volume). The seekbar value is in the text field, but uiautomator2 returns None. Performing a comparison with Appium-Python-Client the value is returned correctly. Below are some screenshots to highlight the tests performed.
Python 3.12.7
uiautomator2 3.2.6
Appium-Python-Client 3.2.1
Android 10
Using uiautomator2
Using Appium-Python-Client
Appium Inspector
The text was updated successfully, but these errors were encountered:
Dear developers, I'm having trouble returning the value of the seekbar element, as explained below. I kindly ask you to analyze this case and see if it is possible to resolve it.
With uiautomator2 it is not possible to return the value of a seekbar (for example in settings > sound > media volume). The seekbar value is in the text field, but uiautomator2 returns None. Performing a comparison with Appium-Python-Client the value is returned correctly. Below are some screenshots to highlight the tests performed.
Using uiautomator2
Using Appium-Python-Client
Appium Inspector
The text was updated successfully, but these errors were encountered: