-
Notifications
You must be signed in to change notification settings - Fork 62
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
New WebDriver specification breaks element retrieval #80
Comments
See related issue #81 |
Thanks @robocoder! Is there any chance to release v2.0.0 as a stable soon such that minkphp/MinkSelenium2Driver#254 could be resolved? |
I've tagged 2.0.0-BETA so dev work can begin for |
According to https://w3c.github.io/webdriver/webdriver-spec.html#elements, which is in use in Selenium >= 3.5, the element name is no longer returned through
ELEMENT
, but throughelement-6066-11e4-a52e-4f735466cecf
. This needs to be fixed in https://github.com/instaclick/php-webdriver/blob/master/lib/WebDriver/Container.php#L206Same behaviour is reported on:
The text was updated successfully, but these errors were encountered: