github microsoft/playwright-dotnet v1.16.0

latest releases: v1.48.0, v1.47.0, v1.46.0...
3 years ago

🎭 Playwright Library

Locator.waitForAsync

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

var orderSent = page.Locator("#order-sent");
orderSent.WaitForAsync();

Read more about Locator.WaitForAsync().

🎭 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-dotnet release

NewReleases is sending notifications on new releases.