Table of Contents

Interface IGetsQuirksData

Namespace
CSF.Extensions.WebDriver.Quirks
Assembly
CSF.Extensions.WebDriver.dll

An object which can get the source data for browser quirks.

public interface IGetsQuirksData

Methods

GetQuirksData()

Gets the source data for browser quirks, using state available in the current instance.

QuirksData GetQuirksData()

Returns

QuirksData

Remarks

Typically this data would come from dependency injected services/options. See AddWebDriverQuirks(IServiceCollection, QuirksData, bool, string) for more information about configuring this in a typical app.