top | item 41332484 (no title) TheMatten | 1 year ago What sort of API can be used for this? Is it a special proxy setting, extension or WebDriver client? discuss order hn newest keepamovin|1 year ago The network intercepting APIs. Right now we use CDP/RDP and the Fetch domain: https://chromedevtools.github.io/devtools-protocol/tot/Fetch...There's also somewhat equivalent surface exposed by WebDriver BiDi: https://w3c.github.io/webdriver-bidi/#module-network-command...If you want to read more about these sorts of protocols, see: https://firefox-source-docs.mozilla.org/remote/index.html TheMatten|1 year ago Thanks a lot!
keepamovin|1 year ago The network intercepting APIs. Right now we use CDP/RDP and the Fetch domain: https://chromedevtools.github.io/devtools-protocol/tot/Fetch...There's also somewhat equivalent surface exposed by WebDriver BiDi: https://w3c.github.io/webdriver-bidi/#module-network-command...If you want to read more about these sorts of protocols, see: https://firefox-source-docs.mozilla.org/remote/index.html TheMatten|1 year ago Thanks a lot!
keepamovin|1 year ago
There's also somewhat equivalent surface exposed by WebDriver BiDi: https://w3c.github.io/webdriver-bidi/#module-network-command...
If you want to read more about these sorts of protocols, see: https://firefox-source-docs.mozilla.org/remote/index.html
TheMatten|1 year ago