Playwright is an open-source framework from Microsoft for web automation and browser testing. It enables reliable end-to-end testing for modern web apps, supporting Chromium, Firefox, and WebKit browsers. Playwright is consumed as a library and CLI rather than a hosted HTTP API. -
View it on GitHub