Skip to content

Can't attach to unregistered anchor with id XXXX #52

Answered by hakimio
sh977218 asked this question in Q&A
Discussion options

You must be logged in to vote
  • You should use isAsync: true config if your anchor element is added to DOM with a delay. delayAfterNavigation should only be used in rare cases when the page is not scrolled all the way to the tour element after navigation.
  • My guess would be that you have misspelled either anchorId on your step definition or tourAnchor on your html element and there is no need for either isAsync or delayAfterNavigation. Or simply your html element with the tourAnchor directive is never added to DOM.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by sh977218
Comment options

You must be logged in to vote
1 reply
@hakimio
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants