MyGit

v1.44.0

microsoft/playwright

版本发布时间: 2024-05-07 07:53:50

microsoft/playwright最新发布版本:v1.46.1(2024-08-17 04:14:49)

New APIs

Accessibility assertions

Locator handler

const locator = page.getByText('This interstitial covers the button');
await page.addLocatorHandler(locator, async overlay => {
  await overlay.locator('#close').click();
}, { times: 3, noWaitAfter: true });
// Run your tests that can be interrupted by the overlay.
// ...
await page.removeLocatorHandler(locator);

Miscellaneous options

Reporter API

Command line

Browser Versions

This version was also tested against the following stable channels:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-05-07发行的版本