MADE-Apps / legerity

A framework for speeding up the development of automated UI tests for Windows, Android, iOS, and Web with Appium/Selenium on .NET
https://made-apps.github.io/legerity/
MIT License
78 stars 13 forks source link

[Feature] Android ProgressBar element #35

Open jamesmcroft opened 3 years ago

jamesmcroft commented 3 years ago

Description

ProgressBar is a commonly used core Android control that supports the ability to track the progress of actions as a percentage.

The implementation should provide the following functionality:

jamesmcroft commented 3 years ago

Digging into this one, it's harder than it seems. The value of the progress bar is not exposed through the automation tooling for Android.