Guest User

Untitled

a guest
Oct 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. client.startSession();
  2.  
  3. client.importScript(myURl, myVar);
  4.  
  5. client.touch = function() {
  6. client.executeScript('myVar...');
  7. }
  8.  
  9. client.goUrl('google.com');
  10.  
  11. //this is not a real marionette command but
  12. //one using the new custom js I imported
  13. client.touch('#q');
  14.  
  15. client.deleteSession();
Add Comment
Please, Sign In to add comment