Skip to content

CSS Variable Extractor

CSS/JQuery Variable Extractors lets you extract variables from HTML responses using CSS/JQuery.

Extracting variables from HTTP response helps you make your Virtual User have a dynamic behavior. Extracted variables can be injected in Logic Actions or HTTP Request Actions.

Header CSS Extractor

The first line displays the extracted variable name. This field is mandatory if you want to inject what you extract. The second line contains tab headers to access:

  • Configuration, for more specific needs,
  • Check, to validate the result of your CSS/JQuery against an HTTP response.

Note

The response selector, on the right, lets you choose which HTTP response is used for configuring and checking the CSS/JQuery Action. So if neither recorded responses nor Validate VU responses are available, you have to configure the CSS/JQuery Action blindly.

Configuration

CSS Extractor configuration

To configure a CSS/JQuery extractor, the procedure is as follows:

  1. Select the implementation between, JSoup or Jodd,
  2. Fill the CSS/JQuery expression field with a proper CSS/JQuery,
  3. Select the Match number if your expression yields more than one result.

Check

CSS Extractor check

To check the result of a CSS/JQuery action just click on the Check tab.

The check process is automatically launched when this tab is opened. It can also be manually started using the Refresh button.

A table contains the extracted values :

Column name Description
Extracted variable name The name of the extracted variable. A single CSS/JQuery Action can lead to multiple extracted variables. More information below.
Extracted variable value The value of the extracted variable.

Note

Multiple variables can be generated by a single CSS/JQuery Action.