cyrus-and / chrome-har-capturer

Capture HAR files from a Chrome instance
MIT License
535 stars 90 forks source link

Use current profile #84

Closed marty90 closed 3 years ago

marty90 commented 3 years ago

Hi!

Is it possible to use the current profile on which Chrome is started instead of using a new context?

Thank You!

cyrus-and commented 3 years ago

Admittedly counterintuitive but... --cache should do what you ask.

marty90 commented 3 years ago

Thank you! This might very useful since often you get more realistic visits on websites if you accept the cookie bar!