# Puppeteer and its approach to selectors. Puppeteer is a browser automation library for Node : it lets you control a browser using a simple and modern JavaScript API. The most prominent browser task is, of course, browsing web pages. Automating this task essentially amounts to automating interactions with the webpage.10 Kas 2020
Read moreHow do you test a Playwright selector?
Testing selectors The Playwright-specific selectors can be tested by running the Playwright Inspector , which will provision a playwright object for access in the console.
Read more