Playwright is a Node.js library for cross-browser end-to-end testing. It enables reliable testing across Chromium, Firefox and WebKit. Playwright supports 3 browser types - chromium, firefox and webkit. Browser instances can be created as:
Full article