WebDriverAddArgument Method
Add an argument to be appended to the command line to launch the browser.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebDriver
Dim argument As String

instance.AddArgument(argument)

Parameters

argument
Type: SystemString
Argument
See Also