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

⬆️ Update dependency playwright to >=1.38.0 #52

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
playwright (changelog) >=1.37.0 -> >=1.38.0 age adoption passing confidence

Release Notes

Microsoft/playwright-python (playwright)

v1.38.0

Compare Source

Trace Viewer Updates

Playwright Trace Viewer

  1. Zoom into time range.
  2. Network panel redesign.
New APIs
  • [browserContext.on('weberror')][browserContext.on('weberror')]
  • [locator.press_sequentially()][locator.press_sequentially()]
Deprecations
  • The following methods were deprecated: [page.type()][page.type()], [frame.type()][frame.type()], [locator.type()][locator.type()] and [elementHandle.type()][elementHandle.type()].
    Please use [locator.fill()][locator.fill()] instead which is much faster. Use [locator.press_sequentially()][locator.press_sequentially()] only if there is a
    special keyboard handling on the page, and you need to press keys one-by-one.
Browser Versions
  • Chromium 117.0.5938.62
  • Mozilla Firefox 117.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 116
  • Microsoft Edge 116

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/playwright-1.x branch 2 times, most recently from c707767 to 2a104eb Compare September 23, 2023 11:25
@renovate renovate bot force-pushed the renovate/playwright-1.x branch 3 times, most recently from eab50c8 to 1b7689f Compare October 9, 2023 18:58
@A-kirami A-kirami merged commit 9747e61 into main Oct 9, 2023
4 checks passed
@A-kirami A-kirami deleted the renovate/playwright-1.x branch October 9, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant