WebVerifyHtmlTitle Function Parses the <TITLE> tag of the HTML response and compares its content with the provided string.
WebVerifyTable Function Parses HTML tables and compares its cell content with the provided string.
WebVerifyTableVLookup Function Parses HTML tables and compares its cell content with the provided string. If it does not match, an error is raised. In contrast
to the function WebVerifyTable, the row number is determined dynamically through the content of a search column.
WebVerifyData Function Parses the server response data and counts the appearance of the specified content with the provided string.
WebVerifyDataBound Function Parses the server response data and verifies the specified string within the boundaries.
WebVerifyDataBoundEx function Parses the server response data and verifies the specified string within the boundaries.
WebVerifyDataDigest Function Checks whether the Internet traffic that Silk Performer receives differs from the traffic that the Recorder captured during an earlier recording session.
WebVerifyResponseData Function Checks whether the Internet traffic Silk Performer receives differs from the traffic the Recorder captured during a former recording session.
WebVerifyTitle Function Parses the <TITLE> tag of the HTML response and compares its content with the provided string.
WebVerifyContent Function Parses the HTML response and counts the appearance of the specified content with the provided string.