Skip to content
New issue

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

Find controls that are invisible to the eye #454

Open
edgarlealbd opened this issue Dec 1, 2022 · 2 comments
Open

Find controls that are invisible to the eye #454

edgarlealbd opened this issue Dec 1, 2022 · 2 comments
Labels
epic A new feature that seems to require more effort P3 Issues that are less important

Comments

@edgarlealbd
Copy link

I recently had a problem where I had a white button with white text in a white background, and I'd like to test this with maestro and fail when the button is not visible to the naked eye, as it would with a real case scenario.

Is it possible to have this in maestro? I know that it uses Semantics nodes from screen readers to identify where to interact with the app, and these don't care if components are visible or not to the naked eye as long as they're rendered.

@ArthurSav ArthurSav added the enhancement New feature request or improvement of an existing feature label May 3, 2023
@ArthurSav
Copy link
Contributor

Hi, this is not possible at the moment but it would be a nice enhancement.

@bartekpacia
Copy link
Contributor

This sounds like something we could try to detect with assertVisualAI, but we'd need both accessibility hierarchy AND image as an input for the model.

@bartekpacia bartekpacia added epic A new feature that seems to require more effort P3 Issues that are less important and removed enhancement New feature request or improvement of an existing feature labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A new feature that seems to require more effort P3 Issues that are less important
Projects
None yet
Development

No branches or pull requests

3 participants