Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-1 votes
2 answers
2k views

Load JS script from file system and execute it with selenium

I'm truing to execute a yui js script with js.executeScript Selenium's method. The script is being executed by selenium webdriver in order simulate a "click" on hybrid mobile app (the button is ...
Igal's user avatar
  • 4,783
1 vote
1 answer
349 views

Resource Loader with ready() function call and that also loads CSS?

Ideally I'm looking for a Javascript resource loader that will: (1) Allow me to make "ready" calls like head.js does, e.g. head.ready(function() { $("#my").jquery_plugin(); }); // load jQuery ...
Chris Haines's user avatar
  • 6,555