pdf » assertPatternNotPresent(pdf,regex)
Description
This command asserts the given text pattern (regex
) is NOT present in pdf
.
Parameters
- pdf - the PDF file to validate
- regex - regular expression to validate if
pdf
DOES NOT contain expected text pattern
Example
Script:
Output: