Свойство | Type | Description | |
---|---|---|---|
ConfigureJava | void | ||
IsConnected | bool | ||
WinGetHandle |
Méthode | Description | |
---|---|---|
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 ( ) : |
||
WaitForPageLoaded ( int Timeout ) : void |
Méthode | Description | |
---|---|---|
ConfigureJava ( ) : void | ||
IsConnected ( ) : bool | ||
WinGetHandle ( string wName ) : |
public Browser ( BrowserType aBrowserType ) : System | ||
aBrowserType | BrowserType | |
Résultat | System |
public Browser ( BrowserType aBrowserType, int port ) : System | ||
aBrowserType | BrowserType | |
port | int | |
Résultat | System |
public Browser ( BrowserType aBrowserType, string binaryPath ) : System | ||
aBrowserType | BrowserType | |
binaryPath | string | |
Résultat | System |
public Browser ( BrowserType aBrowserType, string binaryPath, string downloadDirectory ) : System | ||
aBrowserType | BrowserType | |
binaryPath | string | |
downloadDirectory | string | |
Résultat | System |
public ExecuteJavaScript ( string JavaScript ) : object | ||
JavaScript | string | |
Résultat | object |
public GetBrowser ( BrowserType aBrowserType ) : void | ||
aBrowserType | BrowserType | |
Résultat | void |
public SwitchBrowser ( string BrowserTitle ) : void | ||
BrowserTitle | string | |
Résultat | void |
public SwitchToFrame ( int FrameIndex ) : void | ||
FrameIndex | int | |
Résultat | void |
public SwitchToFrame ( string FrameName ) : void | ||
FrameName | string | |
Résultat | void |
public WaitForPageLoaded ( int Timeout ) : void | ||
Timeout | int | |
Résultat | void |