NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory.DriverPath Class Reference

DriverPath object containing the local WebDriver executable path as a string More...

Public Member Functions

 DriverPath ()
 For convenience when local WebDriver testing is not required. Use 'new DriverPath(Assembly.GetExecutingAssembly());' for local testing More...
 
 DriverPath (string driverPath)
 For convenience when local WebDriver testing is not required. Use 'new DriverPath(Assembly.GetExecutingAssembly());' for local testing More...
 
 DriverPath (Assembly assembly)
 For testing locally call as 'new DriverPath(Assembly.GetExecutingAssembly());' More...
 

Properties

string PathString [get]
 Return the pathString for locating local WebDriver executables. More...
 

Detailed Description

DriverPath object containing the local WebDriver executable path as a string

Constructor & Destructor Documentation

◆ DriverPath() [1/3]

AlexanderOnTest.NetCoreWebDriverFactory.DriverPath.DriverPath ( )

For convenience when local WebDriver testing is not required. Use 'new DriverPath(Assembly.GetExecutingAssembly());' for local testing

◆ DriverPath() [2/3]

AlexanderOnTest.NetCoreWebDriverFactory.DriverPath.DriverPath ( string  driverPath)

For convenience when local WebDriver testing is not required. Use 'new DriverPath(Assembly.GetExecutingAssembly());' for local testing

◆ DriverPath() [3/3]

AlexanderOnTest.NetCoreWebDriverFactory.DriverPath.DriverPath ( Assembly  assembly)

For testing locally call as 'new DriverPath(Assembly.GetExecutingAssembly());'

Parameters
assembly

Property Documentation

◆ PathString

string AlexanderOnTest.NetCoreWebDriverFactory.DriverPath.PathString
get

Return the pathString for locating local WebDriver executables.


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