Configuring Browser-Driven Recording Settings

  1. Right-click the Profiles node in the Project tree menu and select Edit Active Profile. The Profile - [Profile1] - Simulation dialog box displays at the Simulation tab (Replay category).
  2. Click Record.
  3. Scroll down and select Web (Browser Driven).
  4. Select the Recording tab.
  5. DOM attribute names to ignore: In this field, type any DOM attribute names that should be ignored during recording. Separate the names with commas. Attribute names that match any pattern in the Ignored DOM attribute names field will be ignored during recording.
  6. DOM attribute values to ignore: In this field, type any DOM attribute values that should be ignored during recording. Separate the values with commas. Attribute values that match any pattern in the Ignored DOM attribute values field will be ignored during recording.
  7. DOM attribute names to prefer: In this field, configure the names of the custom attributes that are recorded.
  8. Maximum length of DOM attribute values: In this field, set the maximal length of an attribute value. If the value is longer than specified, it will be cut off. The cut off part will be replaced by an asterisk (*). For example: The length is set to 10. The textContent value of Some long text content is cut to @textContents='Some long *' in the locator.
  9. Click OK.