I am familiar with the injectJs and includeJs calls, in relation to PhantomJS/CasperJS. But, how do I add external Javascript with the following form:
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
Please note the two parameters "async" and "defer". Thanks.
asyncanddefer? This shouldn't make any difference when injecting. Also, there is a good chance that the injection happens after the page loaded