-
Notifications
You must be signed in to change notification settings - Fork 159
[fix]: Context & Cookie Insertion Fix #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
// Use non-null assertion after check | ||
projectId: config.browserbaseProjectId!, | ||
proxies: config.proxies, | ||
browserSettings: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do we feel ab this? pretty sure there is a browser_resize tool implemented from playwright mcp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i just found that it works better at that size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be the default config then?
What
Fixing cookies and context insertion to be within config flags, added some examples to readme.