This version of Playwright was also tested against the following stable channels:
Google Chrome 96
Microsoft Edge 96
(1.17.1)
v1.17.0
Playwright v1.17
Frame Locators
Playwright 1.17 introduces [frame locators] - a locator to the iframe on the page. Frame locators capture the logic sufficient to retrieve the iframe and then locate elements in that iframe. Frame locators are strict by default, will wait for iframe to appear and can be used in Web-First assertions.
Frame locators can be created with either [page.frameLocator(selector)] or [locator.frameLocator(selector)] method.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps playwright from 1.16.3 to 1.17.2.
Release notes
Sourced from playwright's releases.
... (truncated)
Commits
b6eb917
chore: mark 1.17.2 (#11276)224bfeb
cherry-pick(release-1.17): chore: fix test-package-installation tests on Node...b00e931
cherry-pick(#11274): fix: pincolors
to1.4.0
4dfdca1
cherry-pick(#11228): fix(click): don't fail on stale context while cl… (#11231)112fe3a
cherry-pick(#10771): devops: setup Docker Qemu for arm64 docker builds5e5a646
cherry-pick(#10768): devops: move docker publishing logic to main repo8e29c81
cherry-pick(#10685): fix(focus): make sure strictness is respected9fe65be
cherry-pick+fix(#10678): test: add reporter test with grep (#10682)ab51116
cherry-pick(#10679): fix(chromium): disable AutoExpandDetailsElement as it br...f802c27
cherry-pick(#10661): chore: add validations into check_depsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)