I want to be able to verify (or assert) that text is not present (Ex. assertTextAbsent: “SQL Error”).
I would also like to verify/assert that a value is not equal to “0”.
Can I do this with Selenium IDE?
Or do I need to use Selenium Web Driver? (If so, what extension/module works best with PHP?)
Try –
The text you want to verify goes in the ‘target‘.