Table of Contents

Class ServiceCollectionExtensions

Namespace
CSF.Screenplay.Selenium
Assembly
CSF.Screenplay.Selenium.dll

Extension methods for IServiceCollection.

public static class ServiceCollectionExtensions
Inheritance
ServiceCollectionExtensions
Inherited Members

Methods

AddSelenium(IServiceCollection)

Activates the Selenium extension for Screenplay by adding relevant services to the dependency injection container.

public static IServiceCollection AddSelenium(this IServiceCollection services)

Parameters

services IServiceCollection

The service collection

Returns

IServiceCollection

The same service collection, so calls may be chained.