Webtest WebTest GitHub Home

PDF Step pdfVerifyTitle

Description

This step verifies the title of the PDF document.

Parameters

title
Required? yes
The text/regular expression required to match the title.
description
Required? no
The description of this test step.
regex
Required? no, default is 'false'
Specifies whether the text represents a regular expression.

Details

pdfVerifyTitle
<webtest name="pdftest - verify document title">
  <config .../>
  <steps>
    <invoke .../>
    <pdfVerifyTitle description="Document title"
      title="Report .* - Overview"
      regex="true"/>
    ...
  </steps>
</webtest>