OperaOptionsAddArgument Method WebDriver
Adds a single argument to the list of arguments to be appended to the Opera.exe command line.

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

public void AddArgument(
	string argument
)

Parameters

argument
Type: SystemString
The argument to add.
See Also

Reference