OperaOptionsAddExcludedArguments Method (String)WebDriver
Adds arguments to be excluded from the list of arguments passed by default to the Opera.exe command line by operadriver.exe.

Namespace: OpenQA.Selenium.Opera
Assembly: WebDriver (in WebDriver.dll) Version: 3.1.0
Syntax

public void AddExcludedArguments(
	params string[] argumentsToExclude
)

Parameters

argumentsToExclude
Type: SystemString
An array of arguments to exclude.
See Also

Reference