Question

Conditional wait for a tooltip?

  • 3 April 2024
  • 2 replies
  • 30 views

When creating a PX engagement / guide using tooltips to walk a user through a process is there a way to “wait” for something specific to appear on the screen before showing the next tooltip?  


2 replies

Userlevel 3
Badge +2

In the v2 editor, a tool tip can be made ‘skippable’ from the Navigation pane. 

Making the step skippable allows you to set a Search Timeout in milliseconds. If the mapped element is not found on the screen during the timeout/wait period, the step will be skipped to the configured step.

 

Example: a tooltip set to skippable with a timeout of 5000 means that PX will wait 5 seconds for the mapped element to appear in the DOM. If the mapped element is present in that timeframe, the tool tip will show, otherwise the step will be skipped after 5 seconds.

 

Not exactly a conditional wait, but that might be useful.

Userlevel 5
Badge

What @rschlette mentioned is also possible in V1 (but the UI is different). 

Reply