Find a single element.
Namespace: OpenQA.Selenium.Support.PageObjectsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public override IWebElement FindElement( ISearchContext context )
Parameters
- context
- Type: OpenQA.Selenium ISearchContext
Context used to find the element.
Return Value
The element that matchesSee Also