etaoin

stathissideris 2023-04-21T15:58:39.445929Z

hello, is it possible to get the content of the HTTP responses from the network logs?

lread 2023-04-21T17:46:30.820599Z

Hi @stathissideris, this is a common request of users of WebDrivers, but the folks who designed WebDrivers feel that they should be simulating what a typical browser user does and giving access to what that typical user sees. They apparently feel pretty strongly about this. They recommend using a proxy if you want to sniff underlying HTTP traffic. I've not tried this myself yet. There are also chrome dev tools logs which might help, not sure.

stathissideris 2023-04-21T17:48:19.266919Z

alright, thanks!

lread 2023-04-24T13:30:11.829459Z

Hey ho @igrishaev! Nice to see you active here! For newbies, Ivan is the original author of Etaoin.

igrishaev 2023-04-24T04:08:57.569059Z

I remember, chromedriver has api to sniff the networking events, there is even a wrapper for it in Etaoin.

stathissideris 2023-04-24T05:31:10.971659Z

Correct, but it only returns the headers etc if the response, not the actual content

igrishaev 2023-04-24T06:08:35.865569Z

hm, right, there are only status/headers here...