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

Need the ability to find the element through the whole page #3

Open
chloechen727 opened this issue Sep 2, 2015 · 1 comment
Open

Comments

@chloechen727
Copy link
Collaborator

Currently, pyuia could only find the element in current visible frame but in the whole page.
Need the ability to find the element through the whole page.
Maybe it can find the element while swiping up/ down the pages.

@imsardine
Copy link
Owner

Although location_once_scrolled_into_view is defined in WebDriver API, it expects, however, the element is available beforehand. The assumption conflicts with a characteristic of UI Automator - only elements visible on the screen are exposed by the API. In contrast, iOS UI Automation expose all elements, including invisible ones. Therefore, we should take the difference in behavior between Android and iOS APIs into account while designing and implementing this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants