A single-tip step in a Process Guide is a guide that contains only one tip that guides the user to perform a specific action on the application. To proceed to the next step in a Process Guide, the single-tip step requires an activation setting that defines the condition for advancing. The activation setting can be one of the following options12:
Advance when the user clicks an element: This option advances the step when the user clicks on the element that is specified in the selector field.This is the default option for single-tip steps.
Advance when the user presses the Enter key: This option advances the step when the user presses the Enter key on the keyboard. This option is useful for steps that require the user to enter some text in an input field.
Advance when the user hovers over an element: This option advances the step when the user moves the mouse cursor over the element that is specified in the selector field. This option is useful for steps that require the user to hover over a menu or a button to reveal a sub-menu or a tooltip.
Advance when the user scrolls to an element: This option advances the step when the user scrolls the page to bring the element that is specified in the selector field into the viewport. This option is useful for steps that require the user to scroll to a certain section of the page.
Advance when the user performs a custom action: This option advances the step when the user performs a custom action that is defined by a JavaScript function. This option is useful for steps that require the user to perform a complex or non-standard action that cannot be captured by the other options.
The option Advance when the user opens another browser tab is not an example of a Next Step action for a single-tip step in a Process Guide. This option does not exist in the activation setting menu, and it is not a valid condition for advancing a single-tip step. Opening another browser tab does not affect the current application or the Process Guide, and it is not a recommended action for the user to follow the guide. References:
1: Creating OGL Content Course, Module 3: Creating Single-Tip Steps, Lesson: Configuring Single-Tip Steps, Topic: Activation Settings
2: Oracle® Cloud Using Oracle Guided Learning, Release 23C, Chapter 4: Creating Guides, Section: Configuring Single-Tip Steps, Subsection: Activation Settings