puppeteer/phantomjs
Andrey Lushnikov 2de672ed1b Introduce Page.injectFile method
With this patch, page has two methods to include javascript:
- Page.addScriptTag(url) which is similar to phantom's includeJs.
- Page.injectFile(filePath) which is similar to phantom's injectJs.
2017-05-12 10:19:01 -07:00
..
FileSystem.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
index.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
Phantom.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
System.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
utilities.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
WebPage.js Introduce Page.injectFile method 2017-05-12 10:19:01 -07:00
WebServer.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00