OperaOptionsAddExcludedArgument Method WebDriver
Adds a single argument 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 AddExcludedArgument(
	string argument
)

Parameters

argument
Type: SystemString
The argument to exclude.
See Also

Reference