PhantomJSDriver Constructor (PhantomJSDriverService, PhantomJSOptions, TimeSpan)WebDriver
Initializes a new instance of the PhantomJSDriver class using the specified PhantomJSDriverService.

Namespace: OpenQA.Selenium.PhantomJS
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public PhantomJSDriver(
	PhantomJSDriverService service,
	PhantomJSOptions options,
	TimeSpan commandTimeout
)
See Also