Playwright for Python Now in Developer Preview

Microsoft has announced Playwright for Python, which lets developers and testers write end-to-end tests to validate the functionality of applications. The announcement follows the release of Playwright in JavaScript earlier this year.

According to the announcement, Playwright for Python is built to automate modern web features, including:

  •  Emulation of mobile viewports 
  • Geolocation 
  • Web permissions
  • Automation across multiple pages

Playwright also works on all modern browsers, so you can write automated tests for Chromium, WebKit, and Mozilla Firefox. WebKit is also supported on all platforms, so you can test Safari rendering on Windows and Linux machines.

Playwright for Python is now in developer preview, and you can get started by installing Playwright from PyPI.

Comments