Defines the interface used to search for elements.
Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax
The ISearchContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | FindElement |
Finds the first IWebElement using the given method.
|
![]() | FindElements |
Finds all IWebElements within the current context
using the given mechanism.
|
See Also