Adds arguments to be appended to the Chrome.exe command line.
Namespace: OpenQA.Selenium.ChromeAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public void AddArguments( IEnumerable<string> arguments )
Parameters
- arguments
- Type:
System.Collections.Generic IEnumerable
String
AnIEnumerable T object of arguments to add.
See Also