| ProxySetSocksProxy Method |
Use a Sock proxy
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As Proxy
Dim value As String
Dim username As String
Dim password As String
instance.SetSocksProxy(value, username,
password)
Parameters
- value
- Type: SystemString
- username (Optional)
- Type: SystemString
- password (Optional)
- Type: SystemString
See Also