OperaOptionsAddExcludedArguments Method (IEnumerableString)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(
	IEnumerable<string> argumentsToExclude
)

Parameters

argumentsToExclude
Type: System.Collections.GenericIEnumerableString
An IEnumerableT object of arguments to exclude.
See Also

Reference