Method |
Description |
|
BrowserName ( ) : string |
|
|
BrowserVersion ( ) : string |
|
|
GetBrowserInfo ( ) : void |
|
|
GetCookies ( ) : string[] |
|
|
GetElements ( ) : string |
|
|
GetPageResources ( ) : IEnumerable |
|
|
GetPageSource ( ) : string |
|
|
GetScreenshotImage ( ) : Image |
|
|
GetUrl ( ) : string |
|
|
GetViewportSize ( ) : Size |
|
|
InjectJavascriptHelpers ( ) : void |
|
|
IntFromObject ( object number ) : int |
|
|
Platform ( ) : string |
|
|
RunUserScript ( ) : void |
|
|
SetUrl ( ) : void |
|
|
SetViewportSize ( ) : void |
Sets the browser viewport to the specified size. |
|