The WebVerifyHtmlTitle function checks the titles (contents of HTML <title> tags) of selected HTML pages. No text selection is required to apply title verifications.
The following sample code (in bold) is generated automatically for title verifications:
transaction TMain
begin
...
WebVerifyHtmlTitle("ShopIt - Greetings",
WEB_FLAG_IGNORE_WHITE_SPACE |
WEB_FLAG_EQUAL | WEB_FLAG_CASE_SENSITIVE, 1,
SEVERITY_ERROR, bVerifyTitleSuccess1);
WebPageUrl("http://myHost/shopit");
...