We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: