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

Introduce jquery locator prefix #14

Closed
niuxuetao opened this issue Jun 19, 2015 · 1 comment
Closed

Introduce jquery locator prefix #14

niuxuetao opened this issue Jun 19, 2015 · 1 comment
Milestone

Comments

@niuxuetao
Copy link
Owner

Use an easy notation for running a jquery selector instead of running jquery javascript
<click locator="jq=#theId p:eq(1)"/>
Instead of
<click locator="dom=window.jQuery('#theId p:eq(1)')[0]"/>

This requires jquery to be already loaded in the web page

@niuxuetao niuxuetao added this to the 1.8 milestone Jun 19, 2015
@niuxuetao
Copy link
Owner Author

done in r1.8

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