Skip to content

Instantly share code, notes, and snippets.

@kevinkhill
Last active June 26, 2021 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinkhill/a5d6ec8a149a18f9a121d4f71563289c to your computer and use it in GitHub Desktop.
Save kevinkhill/a5d6ec8a149a18f9a121d4f71563289c to your computer and use it in GitHub Desktop.
Clicking the `>` in TestOut
// Paste this line into your console (it might give you a warning) and in 12 seconds, it will "click" the `>`
setTimeout(()=>(document.getElementById("ProductViewer-NavNextBtn")).dispatchEvent(new Event('click',{bubbles:true,cancellable:true})), 12*1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment