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

Assert the presence of an element in whole screen (with scrolling up, down, left and right) #2322

Open
er-anupamkumar opened this issue Feb 18, 2025 · 1 comment
Labels
enhancement New feature request or improvement of an existing feature

Comments

@er-anupamkumar
Copy link

Use case

Many times we have data elements coming as a result of background refresh on the app.
we need to scroll up, down, right and left to assert if the data is present or not.
the current assertVisible and scrollUntilVisible does not provide scanning the whole page.

if we use scrollUntilVisible it scrolls and wait until timeout happens.

Proposal

The scan should be just sroll in all direction and pass and fail if the element/ text is present/absent.

Anything else?

No response

@Fishbowler Fishbowler added the enhancement New feature request or improvement of an existing feature label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request or improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants