Namespace CSF.Extensions.WebDriver
Classes
- ServiceCollectionExtensions
Extension methods for IServiceCollection to add web driver factory options, created from configuration.
- WebDriverFactory
A 'universal web driver factory' which uses the options pattern to inject a WebDriverCreationOptionsCollection and forward that information to a. ICreatesWebDriverFromOptions.
Interfaces
- IGetsWebDriver
An object which can get an OpenQA.Selenium.IWebDriver from the options available in the application.