-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Is your feature request related to a problem? Please describe.
I want to run multiple automation scripts, using the same chrome profile(as this has all my logins). For this I want to be able to keep the context of the 2 automation scripts to be different, so that now way that they affect each other.
I am working on a tool so that I can run my automations on my local browser parallely. That would be absolutely perfect.
Describe the solution you'd like
I would to be able to create a new window through stagehand, that has a completely different context, so nothing is affected in the already running automations.
Describe alternatives you've considered
I am trying to understand how does stagehand wrap up the playwright context and pages. And am trying to come up with a solution.
Are you willing to contribute to implementing this feature or fix?
- Yes, I can submit a PR
- Yes, but I need guidance
- No, I cannot contribute at this time