ChromeOptions AddArguments Method (IEnumerable String )WebDriver
Adds 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 AddArguments(
	IEnumerable<string> arguments
)

Parameters

arguments
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
An OnlineIEnumerable T  object of arguments to add.
See Also