PhantomJSDriverService AdditionalArguments Property WebDriver
Gets the list of arguments appended to the PhantomJS command line as a string array.

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

public ReadOnlyCollection<string> AdditionalArguments { get; }
See Also