Raise an error if the value is true.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim input As Boolean
Dim failmessage As String
Assert.True(input, failmessage)
Parameters
- input
- Type: SystemBoolean
- failmessage (Optional)
- Type: SystemString
See Also