-
Notifications
You must be signed in to change notification settings - Fork 992
chore(roll): roll Playwright to 1.23.0-beta-1656026605000 #1374
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0cd11d9
to
ae0d36b
Compare
- fromServiceWorkers - toHaveValues - browserType - ignoreCase
ae0d36b
to
d7b822d
Compare
6 tasks
mxschmitt
reviewed
Jun 24, 2022
mxschmitt
reviewed
Jun 24, 2022
mxschmitt
reviewed
Jun 24, 2022
mxschmitt
approved these changes
Jun 24, 2022
This was referenced Jun 25, 2022
rwoll
added a commit
that referenced
this pull request
Jun 27, 2022
This is part 4/n of the 1.23 port. Relates #1308, #1374, #1376, #1382 Ports: - [x] microsoft/playwright@176ab7e (chore: make LocalUtils easily available on the client (#14717))
rwoll
added a commit
that referenced
this pull request
Jun 27, 2022
This is part 3/n of the 1.23 port. Relates #1308, #1374, #1376. Ports: - [x] microsoft/playwright@fdcdd58 (feat(har): introduce urlFilter (#14693)) - [x] microsoft/playwright@c349c1d (feat: newContext.har (#14892)) - [x] microsoft/playwright@245c33a (feat(har): allow storing content as separate files (#14934)) - [x] microsoft/playwright@be64e9c (chore(har): attach resources for .zip hars (#14938)) - [x] microsoft/playwright@7bd7271 (feat(har): introduce the slim mode (#15053))
rwoll
added a commit
that referenced
this pull request
Jun 27, 2022
This is part 2/n of the 1.23 port. Relates #1308, #1374 Ports: - [x] microsoft/playwright@a1324bd (fix(route): support route w/ async handler & times (#14317)) - [x] microsoft/playwright@7a568a2 (feat(route): chain routes (#14771)) - [x] microsoft/playwright@dcdd3c3 (feat(route): explicitly fall back to the next handler (#14834)) - [x] microsoft/playwright@9cf068a (feat(fallback): allow falling back w/ overrides (#14849)) - [x] microsoft/playwright@48f9867 (chore: remove stray fallback overrides check) - [x] microsoft/playwright@ae6f48c (fix(route): match against updated url while chaining (#15112))
rwoll
added a commit
that referenced
this pull request
Jun 28, 2022
This is part 5/n of the 1.23 port. Relates #1308, #1374, #1376, #1382, #1383 Ports: - [x] microsoft/playwright@259c8d6 (feat: Page.routeFromHar (#14870)) - [x] microsoft/playwright@79378dd (fix: add pw:api logging to har router (#14903)) - [x] microsoft/playwright@030e7d2 (chore(har): allow replaying from zip har (#14962)) - [x] microsoft/playwright@ed6b14f (fix(har): restart redirected navigation (#14939)) - [x] microsoft/playwright@e5372c3 (chore: move har router into local utils (#14967)) - [x] microsoft/playwright@920f1d5 (chore: allow routing by uncompressed har (#14987)) - [x] microsoft/playwright@eb87966 (feat(har): disambiguate requests by post data (#14993)) - [x] microsoft/playwright@6af6fab (fix(har): internal redirect in renderer-initiated navigations (#15000)) - [x] microsoft/playwright@9525bed (feat(har): re-add routeFromHAR (#15024))
rwoll
added a commit
to rwoll/playwright-python
that referenced
this pull request
Jul 3, 2022
Fixes microsoft#1399. Ports in microsoft#1374 of microsoft/playwright@cdb8627 was incorrect.
rwoll
added a commit
that referenced
this pull request
Jul 4, 2022
Fixes #1399. Ports in #1374 of microsoft/playwright@cdb8627 was incorrect.
rwoll
added a commit
to rwoll/playwright-python
that referenced
this pull request
Jul 4, 2022
Fixes microsoft#1399. Ports in microsoft#1374 of microsoft/playwright@cdb8627 was incorrect.
rwoll
added a commit
that referenced
this pull request
Jul 5, 2022
Fixes #1399. Ports in #1374 of microsoft/playwright@cdb8627 was incorrect.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is part 1/n of the 1.23 port.
Relates #1308.
Ports:
browser.close()
(#14797))