Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created July 10, 2019 18:10
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 seleniumgists/7a30094cf3382fa333cd67b52c7d77bc to your computer and use it in GitHub Desktop.
Save seleniumgists/7a30094cf3382fa333cd67b52c7d77bc to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
driver.executeScript(
`var evt = $.Event('click', { pageX: ${x}, pageY: ${y + 55} } );`
+ `$('${element}').trigger(evt);`
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment