sauce_bindings icon indicating copy to clipboard operation
sauce_bindings copied to clipboard

[dotnet] SauceSession.Start should not create RemoteWebDriver per different options

Open MattKeenum opened this issue 4 years ago • 0 comments

The SauceSession.Start method should only rely on DriverOptions to create the remote web driver. This will reduce the need to have individual methods and allow for better extensibility.

MattKeenum avatar Oct 15 '20 01:10 MattKeenum