PhantomJSDriver Constructor WebDriver
Overload List

  NameDescription
Public methodPhantomJSDriver 
Initializes a new instance of the PhantomJSDriver class.
Public methodPhantomJSDriver(String)
Initializes a new instance of the PhantomJSDriver class using the specified path to the directory containing PhantomJS.exe.
Public methodPhantomJSDriver(PhantomJSDriverService)
Initializes a new instance of the PhantomJSDriver class using the specified driver service.
Public methodPhantomJSDriver(PhantomJSOptions)
Initializes a new instance of the PhantomJSDriver class with the desired options.
Public methodPhantomJSDriver(String, PhantomJSOptions)
Initializes a new instance of the PhantomJSDriver class using the specified path to the directory containing PhantomJS.exe and options.
Public methodPhantomJSDriver(PhantomJSDriverService, PhantomJSOptions)
Initializes a new instance of the PhantomJSDriver class using the specified PhantomJSDriverService and options.
Public methodPhantomJSDriver(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.
Public methodPhantomJSDriver(PhantomJSDriverService, PhantomJSOptions, TimeSpan)
Initializes a new instance of the PhantomJSDriver class using the specified PhantomJSDriverService.
Back to Top
See Also