NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory.WebDriverFactory Namespace Reference

Classes

class  DefaultLocalWebDriverFactory
 Default LocalWebDriverFactory implementation for .NET Core projects in Windows 10 versions 1809 and 1903. More...
 
class  DefaultRemoteWebDriverFactory
 Default RemoteWebDriverFactory implementation. More...
 
class  DefaultWebDriverFactory
 Overridable implementation of the IWebDriverFactory interface for .NET Core test projects. More...
 
class  FrameworkLocalWebDriverFactory
 Overridable implementation of the ILocalWebDriverFactory interface for use with .Net Framework test projects. More...
 
interface  ILocalWebDriverFactory
 Interface for a Factory for WebDrivers running on the local machine. More...
 
interface  IRemoteWebDriverFactory
 Interface for a Factory for WebDrivers running on a Selenium grid. More...
 
interface  IWebDriverFactory
 Interface for WebDriverFactory Instances. More...
 
class  LocalWebDriverFactoryBase
 Default LocalWebDriverFactory implementation for .NET Core projects. More...
 
class  Windows1803LocalWebDriverFactory
 Implementation of the ILocalWebDriverFactory interface for .NET Core test projects to allow Edge to work on Windows 10 version 1803 and Earlier. More...