| 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.
|