NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.IDriverOptionsFactory Interface Reference

Interface for DriverOptionsFactory instances. More...

Inheritance diagram for AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.IDriverOptionsFactory:
AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.DefaultDriverOptionsFactory

Public Member Functions

GetLocalDriverOptions< T > (bool headless=false)
 Return a DriverOptions instance of the correct type configured for a Local WebDriver. More...
 
GetRemoteDriverOptions< T > (PlatformType platformType)
 Return a DriverOptions instance of the correct type configured for a Local WebDriver. More...
 

Detailed Description

Interface for DriverOptionsFactory instances.

Member Function Documentation

◆ GetLocalDriverOptions< T >()

T AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.IDriverOptionsFactory.GetLocalDriverOptions< T > ( bool  headless = false)

Return a DriverOptions instance of the correct type configured for a Local WebDriver.

Template Parameters
T
Parameters
headless
Returns

Implemented in AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.DefaultDriverOptionsFactory.

Type Constraints
T :DriverOptions 

◆ GetRemoteDriverOptions< T >()

T AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.IDriverOptionsFactory.GetRemoteDriverOptions< T > ( PlatformType  platformType)

Return a DriverOptions instance of the correct type configured for a Local WebDriver.

Template Parameters
T
Parameters
platformType
Returns

Implemented in AlexanderOnTest.NetCoreWebDriverFactory.DriverOptionsFactory.DefaultDriverOptionsFactory.

Type Constraints
T :DriverOptions 

The documentation for this interface was generated from the following file: