Skip to content

V3Legacy Driver options creation #193

@itfranck

Description

@itfranck

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions