github microsoft/playwright-python v1.16.0

latest releases: v1.47.0, v1.46.0, v1.45.1...
2 years ago

🎭 Playwright Library

Locator.waitFor

Wait for a locator to resolve to a single element with a given state.
Defaults to the state: 'visible'.

order_sent = page.locator("#order-sent")
order_sent.wait_for()

Read more about locator.wait_for().

🎭 Playwright Trace Viewer

  • run trace viewer with npx playwright show-trace and drop trace files to the trace viewer PWA
  • better visual attribution of action targets

Read more about Trace Viewer.

Browser Versions

  • Chromium 97.0.4666.0
  • Mozilla Firefox 93.0
  • WebKit 15.4

This version of Playwright was also tested against the following stable channels:

  • Google Chrome 94
  • Microsoft Edge 94

(1.16.0-1634781227000)

Don't miss a new playwright-python release

NewReleases is sending notifications on new releases.