Skip to content

Bump playwright from 1.5.2 to 1.9.0#224

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/playwright-1.9.0
Closed

Bump playwright from 1.5.2 to 1.9.0#224
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/playwright-1.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 24, 2021

Bumps playwright from 1.5.2 to 1.9.0.

Release notes

Sourced from playwright's releases.

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

  • Chromium 90.0.4421.0
  • Mozilla Firefox 86.0b10
  • WebKit 14.1

New APIs

#3337 - [REGRESSION]: NS_ERROR_FILE_ALREADY_EXISTS with Firefox sporadically #3697 - [Feature] allow selecting the second (k-th) selector match. #3866 - [Feature] Driver - allow to install only selected browsers #4366 - [BUG] Webkit in Docker only scroll once #5174 - [Feature] codegen: use name to reference iframes #4485 - [QUESTION] failed to launch chromium error while running npx jest within Dockerfile.bionic #5186 - [BUG] codegen: race when element changes the selector during the action #4585 - [Question] Video not being loaded, therefore it can't be played #4624 - Endless frameattached events [BUG] #4655 - [BUG] Navigation failed because page crashed! (Javascript tests) #4660 - Can't find profile directory #5182 - [BUG] cli/debug: Evaluation failed, This document requires 'TrustedHTML' assignment. #4750 - integration for the aXe accessibility testing engine [Feature] #4776 - [Question] MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #4780 - [BUG] Error: EPERM: operation not permitted, unlink "..../CrashpadMetrics-active.pma" #4810 - [BUG] Different Chromium -webkit-focus-ring-color for headless/headful #5190 - [BUG] codegen: do not use select's innerText for selector #5185 - [BUG] Codegen does not record actions after pressing concrete keys #4842 - [Question] Can't add 'set-cookie' headers via page.route fulfill?

... (truncated)

Commits
  • 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)
  • 74ae013 test(webkit); enable test to scroll twice (#5550)
  • 4ae4c3c browser(webkit): fix response.requestHeaders instrumentation in libsoup after...
  • 8316f41 browser(webkit): roll to 02-22 (#5547)
  • b42c369 fix(codegen): replace html lib with createElement (#5531)
  • eb9c8ce feat(chromium): roll Chromium to Dev @ Feb 19, 2021 (#5536)
  • c3ee1cf chore(docs): use shared template for waitFroNavigation.url (#5520)
  • 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.5.2 to 1.9.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.5.2...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 24, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 26, 2021

Superseded by #225.

@dependabot dependabot Bot closed this Feb 26, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/playwright-1.9.0 branch February 26, 2021 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants