UiPath Documentation
activities
latest
false

UI Automation activities

About Oracle ADF automation

Starting with UiPath.UIAutomation.Activities version 26.10.0 and above, we introduce a new way of identifying and automating Oracle Application Development Framework (ADF) elements used in Oracle Fusion Applications. This approach provides stable and reliable identification independent of the dynamic nature of the interface.

The entire range of activities from the UiPath.UIAutomation.Activities package can be used for Oracle ADF automation. To learn more about how ADF selectors are constructed, refer to Identifying Oracle ADF elements.

Supported browsers

You can create Oracle ADF automations on the following web browsers:

The recommended Selector - Default find type for the project is One match. ADF locator expressions use the fully qualified JavaServer Faces (JSF) client ID (prefixed with the IDs of all parent NamingContainer components). This leads to ids that are complex but also unique and stable. Fuzzy matching is not a good choice since a small change in ID has a high chance of matching a different component.

Identifying the browser window

The page title is the reliable way to identify the browser window. The page URL is not a reliable window selector for ADF pages, because it does not uniquely identify the page.

Supported activities

You can use all activities included in this package. Additional support is provided for:

  • Extract Table Data – supported for ADF Rich Tables, including tables with frozen (fixed) columns. ADF tables fetch rows in blocks as they scroll; the driver scrolls the table automatically and extracts the full data set, reading column names from the table's separate header area.
Note:

Oracle ADF pages report a busy state while partial page renders are in flight. Activities wait for the page to become ready before interacting with it, so you do not need to add explicit delays to the workflow.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated