Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. casper.then(function() {
  2. casper.evaluate(function() {
  3. $('#mybutton').trigger('click');
  4. })
  5. });
  6.  
  7. // Some kind of loop of events/ actions
  8.  
  9. casper.then(function() {
  10. casper.evaluate(function() {
  11. action.triggerEvent();
  12. })
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement