Using Mouse and Keyboard with Puppeteer
2021-02-12Using the Mouse and Keyboard classes with Puppeteer in your Puppeteer QA scripts.
Headless Cloud Testing with Puppeteer and Playwright
Using the Mouse and Keyboard classes with Puppeteer in your Puppeteer QA scripts.
If you're looking to create Puppeteer scripts, the following CLI program might be useful: Puppeteer Recorder. This utility allows you to record ...
Today we've added documentation on how to use PyTest and Playwright to run Automated Headless tests on our browser grid. PyTest is a popular Pyt...
A great use-case for Headless Testing is testing if your SSL certificates are about to expire. Most websites nowadays enforce HTTPs, however t...
The latest version of Puppeteer now supports Vision Deficiency Testing. This new option allows for testing and fixing accessibility issues you...
When you run headless tests with Playwright, the browser will run the test without showing any UI.
Playwright offers 2 type of screenshot functionalities: taking full-page screenshots and taking screenshots of specific DOM elements. In this ...
Headless Testing in combination with Playwright and Jest.
Jest-Puppeteer is a package that provides Jest testing on browsers controlled with Puppeteer. This package is very useful if you are looking to run...
After the release of Microsoft Edge Headless Testing - we're now able to launch Firefox Headless Testing. Firefox Dev
Today we've added support for Headless Testing on Microsoft Edge (Chromium). Microsoft Edge To get started, you can point your Puppeteer and Pl...