-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
Description
Some of the drivers still have :
$InternetExplorer_Options = [OpenQA.Selenium.IE.InternetExplorerOptions]::new()
in their Start-SeXXDriver.
This should not be there at this point as the function calling them already provide them with a DriverOptions object to be used.
Currently, they ignore the potentially customized DriverOptions and create a new one.
This was observed for Firefox and now in IE.