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 a way to get selectors in the form (By, Selector) #2

Open
elmarcoh opened this issue May 5, 2014 · 0 comments
Open

Need a way to get selectors in the form (By, Selector) #2

elmarcoh opened this issue May 5, 2014 · 0 comments
Assignees

Comments

@elmarcoh
Copy link
Owner

elmarcoh commented May 5, 2014

Selenium waits require a tuple to wait for elements, so the lib must provide a way to get the actual selector tuple for a finder.

Proposed form:

page = RandomPage()
page.selector('sampleinput')

Additionally the selector can be added to the actual webelement returned, only for the lulz

@elmarcoh elmarcoh self-assigned this May 5, 2014
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

1 participant