Point Guide to element that appears after delay on URL
We have a guide being worked on that takes a user through the steps required to use our app. Step 3 of this has to wait for a dialogue to appear before it can display. This takes a few seconds. I have a step setup to the current URL, and with the correct selector, but the Preview mode is showing...
Target element is not yet present on this page .domainSetupStep
Which is correct when the step is moved onto, but shortly after that element IS on the page. To make things more difficult, the dialogue is WITHIN an iframe. However, we do have the same Pendo instance/license, in use there, and I previously tested this in the Step editor, and I WAS able to select the element.
Help most appreciated. This feature is kind of critical to our use case ongoing....
Comments
Maybe try adding a delay to the guide step in a custom code block? https://github.com/pendo-io/snippets/tree/master/guides/delayGuide/delayGuideDisplay
But, the guide step should still display once the element is visible without anything extra, as long as it's loading. Check that your iframe is tagged as a page or is a page rule on the page where the frame sits, too.
Please sign in to leave a comment.