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

New WebDriver specification breaks element retrieval #80

Closed
NicoHaase opened this issue Sep 29, 2017 · 3 comments
Closed

New WebDriver specification breaks element retrieval #80

NicoHaase opened this issue Sep 29, 2017 · 3 comments

Comments

@NicoHaase
Copy link

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 through element-6066-11e4-a52e-4f735466cecf. This needs to be fixed in https://github.com/instaclick/php-webdriver/blob/master/lib/WebDriver/Container.php#L206

Same behaviour is reported on:

@robocoder
Copy link
Member

See related issue #81

@NicoHaase
Copy link
Author

Thanks @robocoder! Is there any chance to release v2.0.0 as a stable soon such that minkphp/MinkSelenium2Driver#254 could be resolved?

@robocoder
Copy link
Member

I've tagged 2.0.0-BETA so dev work can begin for minkphp/MinkSelenium2Driver assuming they stick with instaclick/php-webdriver in the short-term. However, I don't expect to tag a stable release until the W3C candidate recommendation is finalized and more widely implemented by other drivers.

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

2 participants