C# 클래스 WebDriverWrapper.Browser

파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConfigureJava void
IsConnected bool
WinGetHandle System.IntPtr

공개 메소드들

메소드 설명
Browser ( BrowserType aBrowserType ) : System
Browser ( BrowserType aBrowserType, int port ) : System
Browser ( BrowserType aBrowserType, string binaryPath ) : System
Browser ( BrowserType aBrowserType, string binaryPath, string downloadDirectory ) : System
Close ( ) : void
DeleteAllCookies ( ) : void
ExecuteJavaScript ( string JavaScript ) : object
GetBrowser ( BrowserType aBrowserType ) : void
GoBack ( ) : void
GoForward ( ) : void
Maximize ( ) : void
Navigate ( string Url ) : void
Quit ( ) : void
Refresh ( ) : void
SwitchBrowser ( string BrowserTitle ) : void
SwitchToDefaultContent ( ) : void
SwitchToFrame ( int FrameIndex ) : void
SwitchToFrame ( string FrameName ) : void
TakeSreenShot ( ) : Bitmap
WaitForPageLoaded ( int Timeout ) : void

비공개 메소드들

메소드 설명
ConfigureJava ( ) : void
IsConnected ( ) : bool
WinGetHandle ( string wName ) : IntPtr

메소드 상세

Browser() 공개 메소드

public Browser ( BrowserType aBrowserType ) : System
aBrowserType BrowserType
리턴 System

Browser() 공개 메소드

public Browser ( BrowserType aBrowserType, int port ) : System
aBrowserType BrowserType
port int
리턴 System

Browser() 공개 메소드

public Browser ( BrowserType aBrowserType, string binaryPath ) : System
aBrowserType BrowserType
binaryPath string
리턴 System

Browser() 공개 메소드

public Browser ( BrowserType aBrowserType, string binaryPath, string downloadDirectory ) : System
aBrowserType BrowserType
binaryPath string
downloadDirectory string
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

DeleteAllCookies() 공개 메소드

public DeleteAllCookies ( ) : void
리턴 void

ExecuteJavaScript() 공개 메소드

public ExecuteJavaScript ( string JavaScript ) : object
JavaScript string
리턴 object

GetBrowser() 공개 메소드

public GetBrowser ( BrowserType aBrowserType ) : void
aBrowserType BrowserType
리턴 void

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

GoForward() 공개 메소드

public GoForward ( ) : void
리턴 void

Maximize() 공개 메소드

public Maximize ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( string Url ) : void
Url string
리턴 void

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SwitchBrowser() 공개 메소드

public SwitchBrowser ( string BrowserTitle ) : void
BrowserTitle string
리턴 void

SwitchToDefaultContent() 공개 메소드

public SwitchToDefaultContent ( ) : void
리턴 void

SwitchToFrame() 공개 메소드

public SwitchToFrame ( int FrameIndex ) : void
FrameIndex int
리턴 void

SwitchToFrame() 공개 메소드

public SwitchToFrame ( string FrameName ) : void
FrameName string
리턴 void

TakeSreenShot() 공개 메소드

public TakeSreenShot ( ) : Bitmap
리턴 System.Drawing.Bitmap

WaitForPageLoaded() 공개 메소드

public WaitForPageLoaded ( int Timeout ) : void
Timeout int
리턴 void