-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for response body #22
Comments
Hi, thanks for reaching out! At the moment response bodies are not in the BiDi spec but that might change in the future. |
Hi Julian, thanks a million for the response! I'll look forward to the specs to incorporate that option in the future 👌 |
This would be nice. I see w3c/webdriver-bidi#747 as well. |
Hi, I forgot that we lost that information when we switched from the HAR trigger in Browsertime. Is there a way to actually get the response today through Bidi? I've been heavily using that functionality (but for Chrome) for Wikipedia. It's super useful to have the actual HTML/JavaScript from the time the test were running so I can see exact what code we had at that time. |
At the moment we still don't support getting the network response body from BiDi. |
is there any update when we should be able to extract network response body using BiDi? |
Please see w3c/webdriver-bidi#747 as reference. Hopefully in Q1 2025 we should have it included in the specification to get started. |
Hi @juliandescottes, first of all thank you so much for this tool!
I was wondering if there are plans to include response bodies in the generated
har
files? Not sure if that's something that's even supported by the BiDi standard today but I thought I'd ask.I've been following developments on https://bugzilla.mozilla.org/show_bug.cgi?id=1744483 and I'm in a similar position as the user who opened the bug, where I need to get access to Network logs as part of a selenium-based automation test.
The text was updated successfully, but these errors were encountered: