OnetapInc / chromy

Chromy is a library for operating headless chrome. 🍺🍺🍺
MIT License
605 stars 41 forks source link

watching network requests/responses #52

Closed garris closed 6 years ago

garris commented 6 years ago

I have a use case where I need to watch for a network response.

I need to know the status code of a specific request and take action based on the response value.

Is there support for this?

dotneet commented 6 years ago

Can this issue be resoleved with https://github.com/OnetapInc/chromy/issues/25#issuecomment-314795055 ?

garris commented 6 years ago

Ah yes! I was looking for a reference to this -- this is perfect. Thank you!