ChromeOptions AddArgument Method WebDriver
Adds a single argument to the list of arguments to be appended to the Chrome.exe command line.

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

public void AddArgument(
	string argument
)
See Also