Playwright enables reliable end-to-end testing for modern web apps.

submited by
Style Pass
2021-06-09 13:00:06

Install Playwright and browsers with a single command – on local and CI environments. Then use the API to launch browsers, create pages, and automate page interactions.

Actions, like clicks, auto-wait for UI elements to ensure your scripts are reliable to execute. Wait for precise events for more control and say goodbye to timeouts.

A single browser instance in Playwright can create multiple isolated browser contexts. Each browser context can run multi-page emulation scenarios.

Leave a Comment