SearchContextExtensions Class |
Namespace: Ocaramba.Extensions
public static class SearchContextExtensions
The SearchContextExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetElement(ISearchContext, ElementLocator, Double) |
Finds and waits for an element that is visible and displayed at specified time.
| |
GetElement(ISearchContext, ElementLocator, String) |
Finds and waits for an element that is visible and displayed for long timeout.
| |
GetElement(ISearchContext, ElementLocator, Double, String) |
Finds and waits for an element that is visible and displayed at specified time.
| |
GetElement(ISearchContext, ElementLocator, FuncIWebElement, Boolean, String) |
Finds and waits for an element that meets specified conditions for long timeout.
| |
GetElement(ISearchContext, ElementLocator, Double, FuncIWebElement, Boolean, String) |
Finds and waits for an element that meets specified conditions at specified time.
| |
GetElement(ISearchContext, ElementLocator, Double, Double, FuncIWebElement, Boolean, String) |
Finds and waits for an element that meets specified conditions at specified time, recheck condition at specific time interval.
| |
GetElementT(ISearchContext, ElementLocator, Double) |
Finds and waits for an element that is visible and displayed at specified time.
| |
GetElementT(ISearchContext, ElementLocator, String) |
Finds and waits for an element that is visible and displayed for long timeout.
| |
GetElementT(ISearchContext, ElementLocator, FuncIWebElement, Boolean, String) |
Finds and waits for an element that meets specified conditions for long timeout.
| |
GetElementT(ISearchContext, ElementLocator, Double, FuncIWebElement, Boolean, String) |
Finds and waits for an element that meets specified conditions at specified time.
| |
GetElements(ISearchContext, ElementLocator) |
Finds elements that are enabled and displayed.
| |
GetElements(ISearchContext, ElementLocator, FuncIWebElement, Boolean) |
Finds elements that meet specified conditions.
| |
GetElements(ISearchContext, ElementLocator, Int32) |
Finds and waits for LongTimeout timeout for at least minimum number of elements that are enabled and displayed.
| |
GetElements(ISearchContext, ElementLocator, Double, FuncIWebElement, Boolean, Int32) |
Finds and waits for given timeout for at least minimum number of elements that meet specified conditions.
| |
GetElementsT(ISearchContext, ElementLocator) |
Finds elements that are visible and displayed.
| |
GetElementsT(ISearchContext, ElementLocator, FuncIWebElement, Boolean) |
Finds elements that meet specified conditions.
| |
ToDriver |
To the driver.
|