PhantomJSDriverService GhostDriverPath Property WebDriver
Gets or sets the location where the GhostDriver JavaScript file is located. This allows the use of an external implementation of GhostDriver instead of the implementation embedded inside the PhantomJS executable.

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

public string GhostDriverPath { get; set; }
See Also