C# 클래스 HttpStatusCodeExample.ExtensionMethods

A class of extension methods for a WebDriver instance.
파일 보기 프로젝트 열기: jimevans/WebDriverProxyExamples

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

ClickNavigate() 공개 정적인 메소드

Clicks on a link that is expected to navigate to a new URL, returning the HTTP status code of the navigation.
public static ClickNavigate ( this element ) : int
element this The element clicked on to perform the navigation.
리턴 int

ClickNavigate() 공개 정적인 메소드

Clicks on a link that is expected to navigate to a new URL, returning the HTTP status code of the navigation.
public static ClickNavigate ( this element, System.TimeSpan timeout ) : int
element this The element clicked on to perform the navigation.
timeout System.TimeSpan A structure for the time out of the navigation.
리턴 int

ClickNavigate() 공개 정적인 메소드

Clicks on a link that is expected to navigate to a new URL, returning the HTTP status code of the navigation.
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 structure for the time out of the navigation.
printDebugInfo bool to print debugging information to the console; /// otherwise, .
리턴 int