Click or drag to resize

SearchContextExtensionsGetElement Method

Framework to automate tests using Selenium WebDriver
Overload List
 NameDescription
Public Extension MethodCode exampleGetElement(ISearchContext, ElementLocator, Double) Finds and waits for an element that is visible and displayed at specified time.
Public Extension MethodCode exampleGetElement(ISearchContext, ElementLocator, String) Finds and waits for an element that is visible and displayed for long timeout.
Public Extension MethodCode exampleGetElement(ISearchContext, ElementLocator, Double, String) Finds and waits for an element that is visible and displayed at specified time.
Public Extension MethodCode exampleGetElement(ISearchContext, ElementLocator, FuncIWebElement, Boolean, String) Finds and waits for an element that meets specified conditions for long timeout.
Public Extension MethodCode exampleGetElement(ISearchContext, ElementLocator, Double, FuncIWebElement, Boolean, String) Finds and waits for an element that meets specified conditions at specified time.
Public Extension MethodCode exampleGetElement(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.
Public Extension MethodCode exampleGetElementT(ISearchContext, ElementLocator, Double) Finds and waits for an element that is visible and displayed at specified time.
Public Extension MethodCode exampleGetElementT(ISearchContext, ElementLocator, String) Finds and waits for an element that is visible and displayed for long timeout.
Public Extension MethodCode exampleGetElementT(ISearchContext, ElementLocator, FuncIWebElement, Boolean, String) Finds and waits for an element that meets specified conditions for long timeout.
Public Extension MethodCode exampleGetElementT(ISearchContext, ElementLocator, Double, FuncIWebElement, Boolean, String) Finds and waits for an element that meets specified conditions at specified time.
Top
See Also