Gets the list of arguments appended to the Chrome command line as a string array.
Namespace: OpenQA.Selenium.ChromeAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public ReadOnlyCollection<string> Arguments { get; }
See Also