We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally created by Marcin Erdmann.
It would be cool not to have to use javascript or WebDriver's api to check if an element has focus.
We should probably be using http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/WebDriver.TargetLocator.html#activeElement(), just that the API is not straightforward so it won't be trivial to achieve that
The text was updated successfully, but these errors were encountered:
apache/groovy-geb@f014e5a
No branches or pull requests
Originally created by Marcin Erdmann.
It would be cool not to have to use javascript or WebDriver's api to check if an element has focus.
We should probably be using http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/WebDriver.TargetLocator.html#activeElement(), just that the API is not straightforward so it won't be trivial to achieve that
The text was updated successfully, but these errors were encountered: