f9b017efaa
The search bar was not fully loaded and therefore "puppeteer" could not be entered into the submit field. This patch starts waiting for the input element to be rendered to ensure this element is loaded before attempting to populate it. |
||
---|---|---|
.. | ||
.eslintrc.js | ||
block-images.js | ||
custom-event.js | ||
detect-sniff.js | ||
pdf.js | ||
proxy.js | ||
README.md | ||
screenshot-fullpage.js | ||
screenshot.js | ||
search.js |
Other resources
Other useful tools, articles, and projects that use Puppeteer.
Web scraping
- Puppetron - Demo site that shows how to use Puppeteer and Headless Chrome to render pages. Inspired by GoogleChrome/rendertron.
- Thal - Getting started with Puppeteer and Chrome Headless for Web Scraping.
Testing
- angular-puppeteer-demo - Demo repository explaining how to use Puppeteer in Karma.
- mocha-headless-chrome - Tool which runs client-side mocha tests in the command line through headless Chrome.