Table of Contents

Interface IHasSearchContext

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

An object which exposes a Selenium search context.

public interface IHasSearchContext : IHasName
Inherited Members

Properties

SearchContext

Gets the native Selenium search context.

ISearchContext SearchContext { get; }

Property Value

ISearchContext