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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: