Test URL

This action tests the URL contained in the found tag, to determine whether execution should continue down the current branch or if something else should be done.

The URL must be contained in a tag of one of the following types:

  • <a href="URL">
  • <area href="URL">
  • <frame src="URL">
  • <iframe src="URL">
  • <script src="URL">
  • <param value="URL">
  • <meta http-equiv="Refresh" content="...; url=URL">

Properties

The Test URL action can be configured using the following properties:

URL Pattern

The pattern which the URL in the found tag should match. The pattern must match the entire URL.

Ignore Case
If this property is checked, the pattern matching will be case insensitive.
If

Specifies the exact condition to test for, either that the "Pattern Matches URL" or that the "Pattern Does Not Match URL". If the stated condition is satisfied, execution will be affected as indicated by the Do property; if the condition is not satisfied, execution will continue down the current branch.

Do

Determines what happens when the condition and the If property together indicate that execution should not continue down the current branch.

As Specified Under Error Handling

The Error Handling tab specifies in detail what to do.

Skip Following Steps

Execution down the current branch will stop.