-
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
running minkselenium2 1.7 driver against selenium-Server-4.25 will not work on my local machine for debugging #395
Comments
That is because this driver doesn't support the Selenium 4 server. The To use Selenium 4 server you need to use https://github.com/minkphp/webdriver-classic-driver driver (not released, but working). |
what should we use in composer.json to support this new driver
|
is there a basic sample project with yml and composer ? Is it worth moving to this and then waiting for the release when we should just move to php-webdriver/webdriver |
You should:
No sample project.
The mentioned package is WebDriver (talks to Selenium only, not to Mink/Behat). The mentioned https://github.com/minkphp/webdriver-classic-driver internally uses php-webdriver/webdriver. |
you need |
@zanderFortinbras that's not the namespace of the extension class |
Thanks stof, |
No description provided.
The text was updated successfully, but these errors were encountered: