Метод | Описание | |
---|---|---|
GetScreenshot ( ) : Screenshot |
Gets a Screenshot object representing the image of the page on the screen.
|
|
PhantomJSDriver ( ) : System |
Initializes a new instance of the PhantomJSDriver class.
|
|
PhantomJSDriver ( |
Initializes a new instance of the PhantomJSDriver class using the specified PhantomJSDriverService and options.
|
|
PhantomJSDriver ( |
Initializes a new instance of the PhantomJSDriver class using the specified PhantomJSDriverService.
|
|
PhantomJSDriver ( OpenQA.Selenium.PhantomJS.PhantomJSOptions options ) : System |
Initializes a new instance of the PhantomJSDriver class with the desired options.
|
|
PhantomJSDriver ( string phantomJSDriverServerDirectory ) : System |
Initializes a new instance of the PhantomJSDriver class using the specified path to the directory containing PhantomJS.exe.
|
|
PhantomJSDriver ( string phantomJSDriverServerDirectory, OpenQA.Selenium.PhantomJS.PhantomJSOptions options ) : System |
Initializes a new instance of the PhantomJSDriver class using the specified path to the directory containing PhantomJS.exe and options.
|
|
PhantomJSDriver ( string phantomJSDriverServerDirectory, OpenQA.Selenium.PhantomJS.PhantomJSOptions options, System.TimeSpan commandTimeout ) : System |
Initializes a new instance of the PhantomJSDriver class using the specified path to the directory containing PhantomJS.exe, options, and command timeout.
|
public PhantomJSDriver ( |
||
service | The |
|
options | OpenQA.Selenium.PhantomJS.PhantomJSOptions | The |
Результат | System |
public PhantomJSDriver ( |
||
service | The |
|
options | OpenQA.Selenium.PhantomJS.PhantomJSOptions | The |
commandTimeout | System.TimeSpan | The maximum amount of time to wait for each command. |
Результат | System |
public PhantomJSDriver ( OpenQA.Selenium.PhantomJS.PhantomJSOptions options ) : System | ||
options | OpenQA.Selenium.PhantomJS.PhantomJSOptions | The |
Результат | System |
public PhantomJSDriver ( string phantomJSDriverServerDirectory ) : System | ||
phantomJSDriverServerDirectory | string | The full path to the directory containing PhantomJS.exe. |
Результат | System |
public PhantomJSDriver ( string phantomJSDriverServerDirectory, OpenQA.Selenium.PhantomJS.PhantomJSOptions options ) : System | ||
phantomJSDriverServerDirectory | string | The full path to the directory containing PhantomJS.exe. |
options | OpenQA.Selenium.PhantomJS.PhantomJSOptions | The |
Результат | System |
public PhantomJSDriver ( string phantomJSDriverServerDirectory, OpenQA.Selenium.PhantomJS.PhantomJSOptions options, System.TimeSpan commandTimeout ) : System | ||
phantomJSDriverServerDirectory | string | The full path to the directory containing PhantomJS.exe. |
options | OpenQA.Selenium.PhantomJS.PhantomJSOptions | The |
commandTimeout | System.TimeSpan | The maximum amount of time to wait for each command. |
Результат | System |