WebDriverSetBinary Method |
Set the path to the browser executable to use
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebDriver
Dim path As String
instance.SetBinary(path)
Parameters
- path
- Type: SystemString
Full path
See Also