Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump playwright from 1.10.0 to 1.11.0 #1928

Merged
merged 1 commit into from
May 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps playwright from 1.10.0 to 1.11.0.

Release notes

Sourced from playwright'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

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 #5762 - [BUG] iframe inside an iframe is not visible #5765 - [BUG] click visibility check fails for visible element #5779 - [Question]/[Feature Request] Taking a screenshot of the element without shadow #5796 - [BUG] The First Script cannot launch browsers #5815 - [BUG] inconsistency with OOPIF

... (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

Bumps [playwright](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 a review from remusao as a code owner May 11, 2021 04:04
@dependabot dependabot bot added the PR: Dependencies 🔩 Changes only update dependencies label May 11, 2021
@remusao remusao merged commit 428ddfc into master May 16, 2021
@remusao remusao deleted the dependabot/npm_and_yarn/playwright-1.11.0 branch May 16, 2021 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependencies 🔩 Changes only update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant