Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
ScrapeData ( bool useCurrent = true ) : PageData | ||
WebDriverFacade ( IWebDriver web, |
Метод | Описание | |
---|---|---|
BrowserName ( ) : string | ||
BrowserVersion ( ) : string | ||
GetBrowserInfo ( ) : void | ||
GetCookies ( ) : string[] | ||
GetElements ( ) : string | ||
GetPageResources ( ) : IEnumerable |
||
GetPageSource ( ) : string | ||
GetScreenshotImage ( ) : Image | ||
GetUrl ( ) : string | ||
GetViewportSize ( ) : |
||
InjectJavascriptHelpers ( ) : void | ||
IntFromObject ( object number ) : int | ||
Platform ( ) : string | ||
RunUserScript ( ) : void | ||
SetUrl ( ) : void | ||
SetViewportSize ( ) : void |
Sets the browser viewport to the specified size.
|
public ScrapeData ( bool useCurrent = true ) : PageData | ||
useCurrent | bool | |
Результат | PageData |
public WebDriverFacade ( IWebDriver web, |
||
web | IWebDriver | |
request | ||
ss | ITakesScreenshot | |
js | IJavaScriptExecutor | |
Результат | System |