Page naming
By default, when the scenario is recorded, the page name is the URL of the first request on the page. The Page naming panel allows you to modify this behavior and instead define several page naming templates.
The templates may contain various values characterizing the page:
- $plugin$ represents the name of the XML request played when it is the first request in the page.
- $path$ represents the URL of the first request played.
- $title$ represents the page title.
- $param.<name>$ retrieves the value of the <name> parameter.
A a list of templates can be defined. The pages are named according to the first template.If one of the values cannot be found (page title or parameter), the next template is applied. If none of the templates can be applied, the default page naming is applied.
Home