Configuring the Test Environment
When you initialise Seleno, by calling the Run
method on your SelenoHost
instance, you are able to configure Seleno by calling actions on the IAppConfigurator
interface.
Run(Action<IAppConfigurator> configure)
This section will look at the methods available for configuring the test environment.
Configuring the Test Environment
UsingCamera
UsingDomCapture
UsingLoggerFactory
WithMinimumWaitTimeoutOf
WithRemoteWebDriver
Updated less than a minute ago