How do I auto-click the Next Button after closing a pop-up window? | XM Community
Skip to main content

I want to be able to:

  1. Click on a link and have the page appear as a pop-up.

  2. Close the pop-up window.

  3. Have the page automatically go to the next page.

So far, I have the following code:

Open Me
Currently, it seems to just refreshes. Any help would be appreciated!

Replace - that.clickNextButton() with below line:
jQuery("#NextButtion").click();


https://www.qualtrics.com/community/discussion/comment/30091#Comment_30091Thank you! I modified the overall code a bit and this is closer to what I want. (The original code kept clicking the "Next" button for all subsequent pages.)

Open Me


Leave a Reply