Tests that an input is false.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim input As Boolean
Dim failmessage As String
Dim returnValue As String
returnValue = Verify.False(input, failmessage)
Parameters
- input
- Type: SystemBoolean
- failmessage (Optional)
- Type: SystemString
Return Value
Type:
String
See Also