WebDriverSetBinary Method
Set the path to the browser executable to use

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

instance.SetBinary(path)

Parameters

path
Type: SystemString
Full path
See Also