PhantomJSDriverService AddArguments Method ( String )WebDriver
Adds arguments to be appended to the PhantomJS.exe command line.

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

public void AddArguments(
	params string[] arguments
)

Parameters

arguments
Type:  OnlineSystem String 
An array of arguments to add.
See Also