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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps playwright-core from 1.10.0 to 1.11.0.

Release notes

Sourced from playwright-core's releases.

v1.11.0

Highlights

🎥 New video: Playwright: A New Test Automation Framework for the Modern Web (slides)

  • We talked about Playwright
  • Showed engineering work behind the scenes
  • Did live demos with new features ✨
  • Special thanks to applitools for hosting the event and inviting us!

Browser Versions

  • Chromium 92.0.4498.0
  • Mozilla Firefox 89.0b6
  • WebKit 14.2

This version of Playwright was also tested against the following stable channels:

  • Google Chrome 90
  • Microsoft Edge 90

New APIs

  • support for async predicates across the API in methods such as [page.waitForEvent()], [page.waitForRequest()] and others
  • new emulation devices: Galaxy S8, Galaxy S9+, Galaxy Tab S4, Pixel 3, Pixel 4
  • new methods:
    • [page.waitForURL()] to await navigations to URL
    • [video.delete()] and [video.saveAs()] to manage screen recording
    • [electronApplication.browserWindow()] to access browser window
  • new options:
    • screen option in the [browser.newContext()] method to emulate window.screen dimensions
    • position option in [page.check()] and [page.uncheck()] methods
    • trial option to dry-run actions in [page.check()], [page.uncheck()], [page.click()], [page.dblclick()], [page.hover()] and [page.tap()]
    • headers option in [browserType.connect()]

#2370 - [Feature] selector improvements proposals #2995 - [Question] Is it possible to customize both user-data-dir and websocket port #3933 - [Question] logger stderr full output #4610 - [Question] Is there a way to access the playwright object in dev tools in browsers launched within launch()? #4740 - [BUG] [Firefox] TypeError: browser.webProgress is undefined / assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed #4761 - Chromium: await context.newPage() hangs forever, addressed with --disable-gpu arg #5105 - Feature Option to install system dependencies #5523 - "page-screenshot.spec.ts - should work with a mobile viewport" is flaky on Chromium #5591 - [Docker] Follow up in docs #5614 - [BUG] Drop support for Node.js 10 (2021-04-30) #5687 - [BUG] page.goto: Navigation failed because page crashed! #5693 - [Feature] breakdown PWDEBUG flags

... (truncated)

Commits
  • f496c65 cherry-pick(release-1.11): use old screencast protocol calls for Mac 10.14 (#...
  • 9cf59c9 chore: mark v1.11.0 (#6428)
  • 791443d feat(webkit): roll to r1472 (#6425)
  • 477b93b feat(firefox-stable): bump to 1245 (#6424)
  • 8737207 feat(devices): add more Android device descriptions (#6413)
  • 765d749 chore(ff): remove some dead code (#6423)
  • 9e36f5c docs(consoleMessage): add missing console message comments (#6320)
  • 90de864 docs(dotnet): introduce separate csharp viewport option (#6198)
  • 42a5566 fix(types): fix waitForSelector typing to not union null when appropriate (#6...
  • 8d66edf browser(webkit): roll to safari-612.1.13-branch (#6422)
  • 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-core](https://github.com/Microsoft/playwright) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.10.0...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from mmarkelov and mxschmitt as code owners May 17, 2021 05:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@coveralls
Copy link

coveralls commented May 17, 2021

Pull Request Test Coverage Report for Build 848549806

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.798%

Totals Coverage Status
Change from base Build 827076581: 0.0%
Covered Lines: 106
Relevant Lines: 109

💛 - Coveralls

@mmarkelov mmarkelov merged commit 38420a0 into master May 17, 2021
@mmarkelov mmarkelov deleted the dependabot/npm_and_yarn/playwright-core-1.11.0 branch May 17, 2021 17:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants