
Kantu Web Automation Browser
Kantu is a picture-driven web macro recorder. Kantu combines screenshots and image recognition for visual web automation, form filling, web testing and data extraction/web scraping.
Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full...
puppeteer headless chrome node api
what can i do?most things that you can do manually in the browser can be done using puppeteer! here are a few examples to get you started:
generate screenshots and pdfs of pages.crawl a spa and generate prerendered content (i.e. "ssr").scrape content from websites.automate form submission, ui testing, keyboard input, etc.create an uptodate, automated testing environment. run your tests directly in the latest version of chrome using the latest javascript and browser features.capture a timeline trace of your site to help diagnose performance issues.give it a spin: https://trypuppeteer.appspot.com/
development web-testing automated-testing automated-test headless