Overload List
Name | Description | |
---|---|---|
![]() | PhantomJSDriver |
Initializes a new instance of the PhantomJSDriver class.
|
![]() | PhantomJSDriver(String) |
Initializes a new instance of the PhantomJSDriver class using the specified path
to the directory containing PhantomJS.exe.
|
![]() | PhantomJSDriver(PhantomJSDriverService) |
Initializes a new instance of the PhantomJSDriver class using the specified driver service.
|
![]() | PhantomJSDriver(PhantomJSOptions) |
Initializes a new instance of the PhantomJSDriver class with the desired options.
|
![]() | PhantomJSDriver(String, PhantomJSOptions) |
Initializes a new instance of the PhantomJSDriver class using the specified path
to the directory containing PhantomJS.exe and options.
|
![]() | PhantomJSDriver(PhantomJSDriverService, PhantomJSOptions) |
Initializes a new instance of the PhantomJSDriver class using the specified
PhantomJSDriverService and options.
|
![]() | PhantomJSDriver(String, PhantomJSOptions, TimeSpan) |
Initializes a new instance of the PhantomJSDriver class using the specified path
to the directory containing PhantomJS.exe, options, and command timeout.
|
![]() | PhantomJSDriver(PhantomJSDriverService, PhantomJSOptions, TimeSpan) |
Initializes a new instance of the PhantomJSDriver class using the specified PhantomJSDriverService.
|
See Also