Performs checks on the plain response or DOM.
Modify the DOM to remove attributes like "disabled".
Check if the string is contained somewhere in the plain text response.
Check if the string is not contained somewhere in the plain text response.
Check if the string comes before the other string. Useful to test sorting.
Check for a specific html tag. Attributes can be defined in a table. Text is optional and matched against the strip_tags content.
The opposite.