Defines the interface used to search for elements.
public interface ISearchContext
Methods FindElement(By)
Finds the first IWebElement using the given method.
IWebElement FindElement(By by)
Parameters
by
By
The locating mechanism to use.
The first matching IWebElement on the current context.
If by
is null.
If no element matches the criteria.
Finds all IWebElements within the current context using the given mechanism.
ReadOnlyCollection<IWebElement> FindElements(By by)
Parameters
by
By
The locating mechanism to use.
A ReadOnlyCollection<T> of all WebElements matching the current criteria, or an empty list if nothing matches.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4