프로퍼티 | 타입 | 설명 | |
---|---|---|---|
WebDriver | IWebDriver |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CheckDisposed | void | ||
IDOMRoot | void |
메소드 | 설명 | |
---|---|---|
Browser ( string description, IWebDriver webDriver ) : System |
Initializes the instance of the object using the specified description and IWebDriver
|
|
Dispose ( ) : void |
Closes the Selenium driver
|
|
GetWebDriver ( ) : IWebDriver |
Returns the underlying IWebDriver object
|
|
NavigateToUrl ( string url ) : void |
Navigates the main window to the specified url
|
|
OpenWindow ( Action action, string windowDescription ) : BrowserWindow |
Invokes a delegate that causes a new window to open, and return an object representing the new window When the current IIsolationScope ends, the window is automatically closed |
메소드 | 설명 | |
---|---|---|
Activate ( ) : void |
메소드 | 설명 | |
---|---|---|
CheckDisposed ( ) : void | ||
IDOMRoot ( ) : void |
public Browser ( string description, IWebDriver webDriver ) : System | ||
description | string | The description of the browser. This is used for logging |
webDriver | IWebDriver | The WebDriver instance that is used to communicate with the browser |
리턴 | System |
public NavigateToUrl ( string url ) : void | ||
url | string | The url to navigate to |
리턴 | void |
public OpenWindow ( Action action, string windowDescription ) : BrowserWindow | ||
action | Action | The delegate that should cause a new window to open |
windowDescription | string | A description that will identify the window in the log |
리턴 | BrowserWindow |