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

Investigate cross-matcher optimisation #3

Open
nico78 opened this issue Jan 31, 2016 · 0 comments
Open

Investigate cross-matcher optimisation #3

nico78 opened this issue Jan 31, 2016 · 0 comments

Comments

@nico78
Copy link
Contributor

nico78 commented Jan 31, 2016

ideally, something like div().that(hasCssClass("myclass")).that(hasAttribute("attr",startsWith("A"))) would optimise to use By.cssSelector withdiv.myclass[attr^="A") rather than current behaviour which guesses the most specific criterion and produces a single selenium command from that, (checking the other criteria manually)

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

No branches or pull requests

1 participant