Open
Description
Currently the Selenium dependency is hardcoded:
- the
selenium
Mink driver is a requirement incomposer.json
- the
timeout
anddesiredCapabilities
settings inBrowserConfiguraiton
only apply to Selenium
After #12 is implemented we can, but this will be BC break for sure:
- replace
selenium
requirement incomposer.json
with suggest tag, that Mink itself uses - move
desiredCapabilities
andtimeout
from globalBrowserConfiguration
options to Selenium2 driver specific options - set empty default driver
- upon attempt to create driver without actual driver name set throw an exception