Skip to content

Instantly share code, notes, and snippets.

@melissamcewen
Created August 4, 2016 18:18
Show Gist options
  • Save melissamcewen/227170618d6bb8cc5aa24586ee5729e5 to your computer and use it in GitHub Desktop.
Save melissamcewen/227170618d6bb8cc5aa24586ee5729e5 to your computer and use it in GitHub Desktop.
Casper test1
module.exports = function(casper, scenario, vp) {
casper.mouse.move('.menu-toggle');
casper.click('.menu-toggle');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment