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

Reduce number of WebDriver commands executed #306

Closed
geb-bot opened this issue May 12, 2014 · 1 comment
Closed

Reduce number of WebDriver commands executed #306

geb-bot opened this issue May 12, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@geb-bot
Copy link

geb-bot commented May 12, 2014

Originally created by Marcin Erdmann.

Currently there are two commands sent for every $() call executed by NavigableSupport - one to get the root element and one to do a relative lookup. It should be possible to reduce it to only one.

@geb-bot
Copy link
Author

geb-bot commented May 12, 2014

This issue is related to #333

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

No branches or pull requests

2 participants