We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Assert that an anonymous function should return false. Use with I.Find to fail tests properly if conditions are not met.
I.Find
// Element is not a select box var element = I.Find("input"); I.Assert.False(() => element().IsSelect);
// TODO - Visual Basic Code Sample
There was an error while loading. Please reload this page.