Table of Contents

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

optionsType Type

The desired type of the options object

config IConfigurationSection

The CSF.Extensions.WebDriver configuration

Returns

DriverOptions

A new driver options instance