-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Currently the Selenium dependency is hardcoded:
- the
seleniumMink driver is a requirement incomposer.json - the
timeoutanddesiredCapabilitiessettings inBrowserConfiguraitononly apply to Selenium
After #12 is implemented we can, but this will be BC break for sure:
- replace
seleniumrequirement incomposer.jsonwith suggest tag, that Mink itself uses - move
desiredCapabilitiesandtimeoutfrom globalBrowserConfigurationoptions to Selenium2 driver specific options - set empty default driver
- upon attempt to create driver without actual driver name set throw an exception