MultiModalWebSurfer class -- how to start with the existing chrome profile in Python #5247
Unanswered
Anand-Keshavan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
IS it possible to start autogen_ext.MultimodalWebSurfer with my existing chrome browser profile. In the plain JS version of playwright it seems to be possible:
const userDataDir = "C:\Users\Home\AppData\Local\Google\Chrome\User Data";
const browser = await chromium.launchPersistentContext(
userDataDir,
{channel: "chrome"}
);
[https://stackoverflow.com/questions/77359563/how-to-launch-chrome-or-chromium-using-an-existing-user-profile-in-playwright)]
Is there a way to do this in the Python version ?
Beta Was this translation helpful? Give feedback.
All reactions