Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Version 0.8.0

Latest
Compare
Choose a tag to compare
@mskelton mskelton released this 19 Aug 15:48
· 6 commits to master since this release
af26cd0

Add support for Locators! Playwright 1.14 recently released the Locators API which now work when passed to expect-playwright matchers:

await expect(page.locator('button')).toBeEnabled()