Interface ICreatesDriverOptions
- Namespace
- CSF.Extensions.WebDriver.Factories
- Assembly
- CSF.Extensions.WebDriver.dll
An object which creates and returns a new object which derives from OpenQA.Selenium.DriverOptions.
public interface ICreatesDriverOptions
Methods
CreateOptions(Type, IConfigurationSection)
Creates and returns a new driver options instance.
DriverOptions CreateOptions(Type optionsType, IConfigurationSection config)
Parameters
optionsTypeTypeThe desired type of the options object
configIConfigurationSectionThe CSF.Extensions.WebDriver configuration
Returns
- DriverOptions
A new driver options instance