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
Currently the Selenium dependency is hardcoded:
selenium
composer.json
timeout
desiredCapabilities
BrowserConfiguraiton
After #12 is implemented we can, but this will be BC break for sure:
BrowserConfiguration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the Selenium dependency is hardcoded:
selenium
Mink driver is a requirement incomposer.json
timeout
anddesiredCapabilities
settings inBrowserConfiguraiton
only apply to SeleniumAfter #12 is implemented we can, but this will be BC break for sure:
selenium
requirement incomposer.json
with suggest tag, that Mink itself usesdesiredCapabilities
andtimeout
from globalBrowserConfiguration
options to Selenium2 driver specific optionsThe text was updated successfully, but these errors were encountered: