-
Notifications
You must be signed in to change notification settings - Fork 996
chore: port record_har_* options (content, mode, url_filter) #1382
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
rwoll
commented
Jun 25, 2022
rwoll
added a commit
to rwoll/playwright-python
that referenced
this pull request
Jun 26, 2022
9 tasks
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))
mxschmitt
approved these changes
Jun 27, 2022
114531d
to
9b2ec12
Compare
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))
# for free
to join this conversation on GitHub.
Already have an account?
# 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 3/n of the 1.23 port.
Relates #1308, #1374, #1376.
Ports: