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

feat(webdriver): support Network interception #12272

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

Lightning00Blade
Copy link
Collaborator

@Lightning00Blade Lightning00Blade commented Apr 12, 2024

The provides support for Network interception for the WebDriver protocol.
More information on current state of WebDriver support can be found here: https://pptr.dev/webdriver-bidi.
This is a Puppeteer side implementation for the Network interception feature,
some vendors may not support all properties that you can send through Puppeteer, please be aware.

The following issues track state of vendor implementation, that Puppeteer relies on:
Chrome GoogleChromeLabs/chromium-bidi#2035
Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1853882 and https://bugzilla.mozilla.org/show_bug.cgi?id=1850680

@Lightning00Blade Lightning00Blade force-pushed the bidi-network-intereception-release branch from 7afee0b to 875e4af Compare April 15, 2024 07:42
@Lightning00Blade Lightning00Blade force-pushed the bidi-network-intereception-release branch from 875e4af to ea688e4 Compare April 15, 2024 09:04
@Lightning00Blade Lightning00Blade merged commit d3f0e6c into main Apr 15, 2024
38 checks passed
@Lightning00Blade Lightning00Blade deleted the bidi-network-intereception-release branch April 15, 2024 09:20
OrKoN pushed a commit that referenced this pull request Apr 16, 2024
The provides support for Network interception for the WebDriver
protocol.
More information on current state of WebDriver support can be found
[here](https://pptr.dev/webdriver-bidi).
This is a Puppteer side implementation for the Network interception
feature,
some vendors may not support all properties that you can send through
Puppeteer, please be aware.

The following issues track state of vendor implementation, that
Puppeteer relies on:
Chrome: GoogleChromeLabs/chromium-bidi#2035
Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1853882 and
https://bugzilla.mozilla.org/show_bug.cgi?id=1850680

Release Notes:
feat(webdriver): support page.setExtraHTTPHeaders
Source-Link:
140f012

feat(webdriver): support priority for request interception
Source-Link:
08bc854

feat(webdriver): basic support for HTTPRequest.respond()
Source-Link:
cd88110
OrKoN pushed a commit that referenced this pull request Apr 16, 2024
The provides support for Network interception for the WebDriver
protocol.
More information on current state of WebDriver support can be found
[here](https://pptr.dev/webdriver-bidi).
This is a Puppteer side implementation for the Network interception
feature,
some vendors may not support all properties that you can send through
Puppeteer, please be aware.

The following issues track state of vendor implementation, that
Puppeteer relies on:
Chrome: GoogleChromeLabs/chromium-bidi#2035
Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1853882 and
https://bugzilla.mozilla.org/show_bug.cgi?id=1850680
OrKoN pushed a commit that referenced this pull request Apr 16, 2024
The provides support for Network interception for the WebDriver protocol.
More information on current state of WebDriver support can be found here: https://pptr.dev/webdriver-bidi.
This is a Puppeteer side implementation for the Network interception feature,
some vendors may not support all properties that you can send through Puppeteer, please be aware.

The following issues track state of vendor implementation, that Puppeteer relies on:
Chrome GoogleChromeLabs/chromium-bidi#2035
Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1853882 and https://bugzilla.mozilla.org/show_bug.cgi?id=1850680
@OrKoN OrKoN restored the bidi-network-intereception-release branch April 16, 2024 09:38
@OrKoN OrKoN deleted the bidi-network-intereception-release branch April 16, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants