Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2021

Bumps playwright from 1.8.0 to 1.9.1.

Release notes

Sourced from playwright's releases.

v1.9.1

Highlights

Electron types and text selector fixes.

Browser Versions

  • Chromium 90.0.4421.0
  • Mozilla Firefox 86.0b10
  • WebKit 14.1

#5585 - [REGRESSION][1.9.0]: Cannot find module 'electron' or its corresponding type declarations #5583 - [REGRESSION]: Selector text="" works differ for element with nested elements since 1.9 #5588 - [BUG][Inspector] Stack won't extracted correctly if browser specific NPM packages are used

92bbdbed cherry-pick(release-1.9): make quoted selector match by text nodes (#5603) (#5608) 1196ac66 cherry-pick(release-1.9): skip stack trace playwright/src lines only under tests (#5594) (#5599) 9e69146a cherry-pick(release-1.9): stacktrace with browser specific NPM package (#5589) (#5598) 9d8d5c76 chore: mark v1.9.1 c264eb3d cherry-pick(release-1.9): move installation tests out of playwright tree (#5573) (#5578) f9b5f75f cherry-pick(release-1.9): do not use import('electron') (#5572) (#5576)

v1.9.0

Highlights

  • Playwright Inspector is a new GUI tool to author and debug your tests.

    • Line-by-line debugging of your Playwright scripts, with play, pause and step-through.
    • Author new scripts by recording user actions.
    • Generate element selectors for your script by hovering over elements.
    • Set the PWDEBUG=1 environment variable to launch the Inspector
  • Pause script execution with await page.pause() in headed mode. Pausing the page launches Playwright Inspector for debugging.

  • New has-text pseudo-class for CSS selectors. :has-text("example") matches any element containing "example" somewhere inside, possibly in a child or a descendant element. See more examples.

  • Page dialogs are now auto-dismissed during execution, unless a listener for dialog event is configured. Learn more about this.

  • Playwright for Python is now stable with an idiomatic snake case API and pre-built Docker image to run tests in CI/CD.

Browser Versions

... (truncated)

Commits
  • 92bbdbe cherry-pick(release-1.9): make quoted selector match by text nodes (#5603) (#...
  • 1196ac6 cherry-pick(release-1.9): skip stack trace playwright/src lines only under te...
  • 9e69146 cherry-pick(release-1.9): stacktrace with browser specific NPM package (#5589...
  • 37bd44f chore: mark v1.9.1 (#5595)
  • c264eb3 cherry-pick(release-1.9): move installation tests out of playwright tree (#55...
  • f9b5f75 cherry-pick(release-1.9): do not use import('electron') (#5572) (#5576)
  • 765f735 chore: mark v1.9.0 (#5552)
  • 096ddab fix(inspector): hide drawer when recording (#5548)
  • cadcd53 docs(why-playwright): fix link to downloads doc (#5505)
  • 75ee727 docs(api): fix api reference links for textContent (#5498)
  • Additional commits viewable in compare view

Dependabot compatibility score

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](https://github.com/Microsoft/playwright) from 1.8.0 to 1.9.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.8.0...v1.9.1) Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2021
@jrolfs
Copy link
Member

jrolfs commented Mar 5, 2021

@jrolfs jrolfs closed this Mar 5, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot-npm_and_yarn-playwright-1.9.1 branch March 5, 2021 23:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

2 participants