Skip to content

Instantly share code, notes, and snippets.

@jayjayjpg
Created August 31, 2022 11:18
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 jayjayjpg/4b9a48e7d44521da8c99cbfb0894534c to your computer and use it in GitHub Desktop.
Save jayjayjpg/4b9a48e7d44521da8c99cbfb0894534c to your computer and use it in GitHub Desktop.
test-user-interactions-in-js-apps-example-6
let myButton = document.querySelector('button');
// emulates a 'click' event dispatched from the selected button element
myButton.click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment