Additional options for application screens and elements in Universal App Connector
Summarize
Summary of Additional options for application screens and elements in Universal App Connector
This content explains the additional operations available for managing application screens and their elements within the Universal App Connector, specifically in the Yokohama release version. These options help ServiceNow customers validate, update, and interact with application screens and elements to ensure accurate automation and integration.
Show less
Additional Options for Application Screens
In the Screens and elements pane, right-clicking an application screen reveals options that vary depending on the application type (Java, Windows, Chrome, or Edge). These options include:
- Refresh screen: Updates the screen match based on predefined rules or locators.
- Refresh screen and elements: Updates both the screen and its child elements.
- Focus: Brings the targeted screen into focus for interaction.
- Capture element: Allows capturing new elements from the screen.
- Add custom element: (For Chrome and Edge) Enables adding hidden or non-capturable elements manually.
- Show elements: (For Windows) Displays a dialog with all existing elements in UI Automation or Active Accessibility modes, aiding in element selection.
- Delete: Removes the application screen.
Additional Options for Application Elements
Right-clicking individual application elements provides further actions to manage and interact with these elements effectively:
- Refresh: Updates the element match based on defined attributes or locators.
- Highlight: Visually highlights the element on the screen for easy identification.
- Re-capture: Recaptures the element while retaining its original name.
- Delete: Removes the element from the application screen.
- Do Default Action: Executes the element’s default UI action (e.g., clicking a button, toggling a checkbox, opening a link).
- Get Value and Set Value: Retrieves or sets the data value of the element, useful for data-driven automation.
- Get text and Set text: Retrieves or inputs text into applicable elements.
- Click: Simulates clicking the element if supported.
Practical Benefits for ServiceNow Customers
These additional options empower ServiceNow customers to maintain accurate and dynamic automation workflows by:
- Ensuring screens and elements stay correctly matched and updated as applications evolve.
- Allowing manual addition and interaction with hidden or complex UI elements.
- Providing flexibility in managing elements through various interaction methods (highlighting, clicking, setting values).
- Supporting integration with different application types and UI frameworks through tailored options.
Overall, these capabilities enhance the reliability and control of application automation within the Universal App Connector.
Validate and perform additional operations for the added application screens and their captured elements. The additional options for the application screens are categorized based on the application type.
| Additional action | Description |
|---|---|
| Refresh screen | Rematches the selected screen based on the screen match rules or locators that you defined. |
| Refresh screen and elements | Rematches the selected screen and its child elements based on the screen match rules or locators that you defined. |
| Focus | Sets the targeted application screen into focus. |
| Capture element | Captures elements from the application screen. For more information, see Use the Universal App Connector. |
| Add custom element | Adds a custom element to the application screen. For example, you can interact with hidden elements that you cannot directly capture from the web page. |
| Show elements | Displays the Windows Elements dialog that displays all the existing elements in the target application screen in a tree view. You can select the required element from here and add it to the application screen. For Windows application screens, the elements are displayed in two modes. They are UI Automation and Active Accessibility. UI Automation is the default mode. For example, when you capture a notepad windows screen and right-click and select Show Elements, the following modes are displayed. |
| Delete | Deletes the application screen. |