Method | Description | |
---|---|---|
ClickNavigate ( this element ) : int |
Clicks on a link that is expected to navigate to a new URL, returning the HTTP status code of the navigation.
|
|
ClickNavigate ( this element, System.TimeSpan timeout ) : int |
Clicks on a link that is expected to navigate to a new URL, returning the HTTP status code of the navigation.
|
|
ClickNavigate ( this element, System.TimeSpan timeout, bool printDebugInfo ) : int |
Clicks on a link that is expected to navigate to a new URL, returning the HTTP status code of the navigation.
|
Method | Description | |
---|---|---|
NavigateTo ( this driver, string targetUrl ) : int | ||
NavigateTo ( this driver, string targetUrl, System.TimeSpan timeout ) : int | ||
NavigateTo ( this driver, string targetUrl, System.TimeSpan timeout, bool printDebugInfo ) : int |
public static ClickNavigate ( this element ) : int | ||
element | this | The element clicked on to perform the navigation. |
return | int |
public static ClickNavigate ( this element, System.TimeSpan timeout ) : int | ||
element | this | The element clicked on to perform the navigation. |
timeout | System.TimeSpan | A |
return | int |
public static ClickNavigate ( this element, System.TimeSpan timeout, bool printDebugInfo ) : int | ||
element | this | The element clicked on to perform the navigation. |
timeout | System.TimeSpan | A |
printDebugInfo | bool | |
return | int |