Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created August 9, 2018 14:55
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/5b6017fcaf506ace06f428fb3969f9f9 to your computer and use it in GitHub Desktop.
Save seleniumgists/5b6017fcaf506ace06f428fb3969f9f9 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
world.driver.executeAsyncScript(() => {
const interceptor = arguments[0];
const callback = arguments[arguments.length - 1];
debugger;
}, interceptor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment