All Questions
Tagged with dynamic-script-loading resource-loading
2 questions
-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 ...
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 ...