Stateful Crawl with CookieStore Sharing for Parallel Browsers #1067
Replies: 2 comments 1 reply
-
Hey, what you are asking for is unfortunately impossible to the best of my knowledge. Each browser has its own profile and to achieve what you want, you'd need to merge the profiles after each website visit. However, merging the profile is impossible. Unfortunately, I don't know of any way to speed up the crawls, if you need the full fidelity. You might be able to save on memory if you run the crawl headless but certain OpenGL features will not work in this mode iirc. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Hey, I appreciate the great idea But how about using multiple tabs in a single browser? If we want to enhance openwpm and implement this how should it be done? I'm grateful for the help you provide 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a question regarding stateful crawls with multiple browsers (num_browsers > 1) in OpenWPM. I'm interested in achieving the ability to share a profile, settings, or CookieStore among these parallel browsers. The goal is to ensure that when a website (e.g., foo.com) sets a cookie, it is propagated across all concurrently running browsers.
I'm unsure if this functionality is already supported in OpenWPM, and if not, I would appreciate guidance on how to implement it. Additionally, I'm open to any advice on optimizing the speed of stateful analysis beyond the use of multiple parallel browsers and website segmentation.
Thanks for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions