VerifyTrue Method
Tests that an input is true.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim input As Boolean
Dim failmessage As String
Dim returnValue As String

returnValue = Verify.True(input, failmessage)

Parameters

input
Type: SystemBoolean

[Missing <param name="input"/> documentation for "M:Selenium.Verify.True(System.Boolean,System.String)"]

failmessage (Optional)
Type: SystemString

[Missing <param name="failmessage"/> documentation for "M:Selenium.Verify.True(System.Boolean,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Selenium.Verify.True(System.Boolean,System.String)"]

See Also