Skip to content

v1.18.0

Compare
Choose a tag to compare
@aslushnikov aslushnikov released this 20 Jan 23:16
2d27cf9

Locator Improvements

  • Locator.DragToAsync
  • Each locator can now be optionally filtered by the text it contains:
    await Page.Locator("li", new () { HasTextString = "My Item" })
              .Locator("button").click();
    Read more in locator documentation

New APIs & changes

Browser Versions

  • Chromium 99.0.4812.0
  • Mozilla Firefox 95.0
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 97
  • Microsoft Edge 97