- Using Robots in Oracle Integration 3
- Build a Robot
- Add an Action to a Robot
- Deeper Dive: Settings for Robot Actions
- Add Validation to a Robot Action
Add Validation to a Robot Action
When the locator input for a robot action is a target, Oracle Integration can automatically create prevalidation for the UI element(s) that you selected. If needed, you can add more prevalidation and postvalidation. Validation can be for the visibility or enabled state of a UI control, or for a specific wait time.
Whether Oracle Integration automatically creates validation depends on whether you've selected the Auto create pre validation page states setting. See Tailor Your Building Experience.
The default prevalidation ensures that the UI control from the input action is visible before proceeding with the action. For example, if the input for a click element action is a Submit button, the validation allows the action to start only after the Submit button is visible. If the action must also wait until the Submit button is enabled, add prevalidation for that requirement.
All the validation conditions must be met for an action to proceed.
- Open a robot.
See Open a Robot.
- On the canvas, find the robot action that requires validation, and double-click
it.
The panel for the action appears.
- Choose the type of validation to add:
-
To add validation before the robot performs an action, select the Pre Validate tab.
-
To add validation after the robot performs an action, select the Post Validate tab.
-
- If you already created a page state, select it from the Page
state drop-down.
If you don't need to add any more validation, you're now finished.
- If you haven't create a page state already, create it now.
A page state is a container for one or more validation checks. After creating a page state, you add validation checks to the page state.
- Click Create +.
- In the Name field, enter a name for the page state, such as Verify that I'm on the order page.
- Add a validation condition: Next to Conditions, click Create +.
- Fill in the following fields.
Field Description Name Enter a name for the validation condition, such as Submit button enabled.
Message Enter the message that appears when the validation condition isn't met before the timeout period elapses. For example, The Submit button did not become enabled within the specified 30-second timeout period. If the condition times out, the robot fails, and this message appears in the activity stream.
Strategy Select one of the following options:
- Element: Add validation that is related to the visibility or enabled state of a UI element.
- Fixed Time: Add a predetermined wait period.
Caution: The Fixed Time validation introduces explicit slowness. Consider your requirements carefully before adding this validation, and use it sparingly.
State (Visible only if you select Element for the Strategy)
Select one of the following options:
- Visible: The validation condition checks whether a UI element appears before the action proceeds.
- Enabled: The validation condition checks whether a UI element is clickable before the action proceeds.
Timeout (seconds) Enter the timeout period for the validation.
- If you selected Element for the Strategy: Enter the maximum amount of time to wait for the condition to become true. The action runs as soon as the condition becomes true; this value is simply the maximum amount of time to wait before the robot instance fails.
- If you selected Fixed Time for the Strategy: Enter the specific wait time that the robot waits every time it runs.
- If you
selected Element for the
Strategy): Next to
Selectors, click Create
+, and identify the UI
control for the validation.
For example, if the validation ensures that a button is visible, target the button.
- In another browser window or tab, open the application where the robot works.
- In Oracle Integration,
click within the Value field, and
select Target a page element
.
-
In the application that the browser needs to work in, point to the UI control that you're adding validation to, but don't select the UI control yet.
For example, if the field is shaded purple and the magnifying lens icon appears, don't click yet. The recorder is still collecting information.
-
After the shading turns green, the icon changes to a target, and the mouse icon changes to a hand, select the UI element.
For more tips, see Quick Start for Building Robots.
The recorder enters a value in the Value field in Oracle Integration.
Tip:
Your settings determine whether Oracle Integration reuses targets for previously selected UI controls. You can override these settings, if needed. Reusing a target offers benefits. For example, you can update a target one time, and all actions that use the target get the update.
- Next to Create page state, click OK.
- If needed, repeat the previous steps to add more validation.