Monitor Screen Elements in Execution Mode

You can view the values of a screen element's properties while in Execution mode. You can also modify the values of some of properties.

View Screen Element Property Values in Execution Mode

  1. Enter Execution mode. See Debugging & Troubleshooting.

    1. In the Assets Panel, expand the tree for the screen element of interest.

      The screen element's properties are listed with their current values. The values update automatically as they change in the application.

      For example, the text entered in the NICE_Search Field is displayed in the text box's Value field.

      If an element in the screen element hierarchy has sub-elements indented below it, its own properties are listed in the Items folder below it. For example, the properties of the iexplore process are listed under Items.

      For information on screen element assets, see here.

Modify Screen Element Property Values in Debug Mode

  1. Enter Execution mode. See Debugging & Troubleshooting.

  2. In the Assets Panel, expand the tree for the screen element of interest.

    The screen element's properties are listed with their current values. For example, the search field is displayed in the application, so the Visible property is set to true.

  3. Hover over the row for the property you want to modify and click :

    Property values shown in gray cannot be modified.

  4. Enter the new value:

    The new value takes effect. In this example, the search field is now hidden: