-
Notifications
You must be signed in to change notification settings - Fork 78
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
How to capture the Chromium's requests and responses traffic using thirtyfour #212
Comments
It's technically possible using CDP but you'll need to wire it up yourself. CDP example here Chrome devtools protocol docs here |
Hi Steve,
but when I ran the executable, it showed me this. |
Hmm, looking at the docs here: https://chromedevtools.github.io/devtools-protocol/tot/Network/ It looks like I've seen some docs pointing at There is some info here that might be useful: https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/ I'm going to take a look at the selenium bindings and see how they do it there. |
There's more info in #55 that might be helpful. Also check out https://github.com/mattsse/chromiumoxide which uses CDP directly without the webdriver side (more like puppeteer). |
I want to use Rust with thirtyfour to open chromium and capture my HTTPS web app traffic. It is for the security tools development usage.
The text was updated successfully, but these errors were encountered: