-
Notifications
You must be signed in to change notification settings - Fork 163
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
Version Compatibility failed with docker selenium/standalone-chrome-debug >3.14 #308
Comments
I have the same issue. The problem is that the new version of the Selenium server returns the result for an element query as follows: However, the currently This problem is fixed in the newest RC (2.0.0-RC2) of php-webdriver (see diff here: instaclick/php-webdriver@1.4.5...master#diff-ce02647bbd4ed89bbd6d8ae91a65a6a8 ) One possible solution would be to require 2.0.0-RC2 of instaclick/php-webdriver instead of the current constraint of ~1.1. I have implemented this as a workaround here: https://github.com/XITASO/MinkSelenium2Driver While this is not fixed in the package, use the following entries in
Alternatively, disable the |
I'm curious if this repo is still live? |
It is alive @sicaboy . As a maintainer I review PRs, but IMO for PR to be merged it needs to be reviewed by 2 maintainers at least. At present time https://github.com/instaclick/php-webdriver package has 2.0.0-RC3 version released. Proposed course of action is to wait for a stable release and update dependency to that version. |
migrating to v2 of the instaclick webdriver library won't help us. Their W3C implementation is incomplete and buggy, and so unusable for us (see https://github.com/instaclick/php-webdriver/issues?utf8=%E2%9C%93&q=is%3Aissue+W3C+author%3Astof). A separate discussion involves writing a new driver framework |
After many tests, i had to downgrade my selenium container from latest to 3.14.
The behavior is that return from webdriver seems to have change and result from selenium queries are not any more recognized by the library. Maybe it not related to this package but more to instaclick as the problem occurs here : https://github.com/instaclick/php-webdriver/blob/master/lib/WebDriver/Container.php#L126.
The problem : no element is recognized on the page even if the print output is good and show the element searched.
The text was updated successfully, but these errors were encountered: