mattsse / chromiumoxide

Chrome Devtools Protocol rust API
Apache License 2.0
712 stars 69 forks source link

Is there a way to get access to the `redirect_chain` ? #202

Open mxaddict opened 5 months ago

mxaddict commented 5 months ago

When loading a page for exaple with:

page.goto("https://someurl.that.redirects/")

Is there a way to access the redirect chain and see what urls were visited along the way to the final page?