Interface IHasWebElement
- Namespace
- CSF.Screenplay.Selenium.Elements
- Assembly
- CSF.Screenplay.Selenium.dll
An object which exposes a Selenium web element.
public interface IHasWebElement : IHasName
- Inherited Members
Properties
WebElement
Gets the native Selenium web element.
IWebElement WebElement { get; }