Activating web UI actions

You can configure an app under test to be able to perform web UI actions and support web UI elements.

About this task

This action applies to hybrid applications.

Procedure

To activate web UI actions:

  1. Complete one of the following steps:
    1. Open the application editor, click an app in the list of available apps and, in the right area, select the Allow web UI actions and elements for this hybrid app option.
    1. From the test editor, open a test, click the launch app node and, in the right area, select the option Allow web UI actions and elements for this hybrid app.
    Then, new menu items are available from the Add button. You can add user actions, verification points and create variable assignments for these web UI enabled apps.

To deactivate the web UI actions:

  1. Right-click the launch app node and select Disallow Web UI actions and elements.
Related concepts:
Adding user actions in a test
Creating application stubs in tests
Defining a variable in a test to run the latest version of an application
Assigning a test variable to an object’s property
Adding hardware actions in a test
Splitting Mobile or Web UI actions
Common editing tasks
Related tasks:
Creating verification points in a test
Defining a variable to run a test with a selected mobile device
Actions from the Mobile and Web UI data view
Adding statements to a Mobile or Web UI test script

Feedback