Skip to content

Instantly share code, notes, and snippets.

@undavide
Last active March 14, 2018 21: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 undavide/e14688c6e571fdc68bbcb57b9ffe46ca to your computer and use it in GitHub Desktop.
Save undavide/e14688c6e571fdc68bbcb57b9ffe46ca to your computer and use it in GitHub Desktop.
Run the evalScript method
// JS file (panel)
var csInterface = new CSInterface();
csInterface.evalScript('alert("Hello World!")');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment