Skip to content
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

Ability to inherit cookie jar directly into browser #84

Open
sadikhan918 opened this issue Jan 23, 2025 · 0 comments
Open

Ability to inherit cookie jar directly into browser #84

sadikhan918 opened this issue Jan 23, 2025 · 0 comments

Comments

@sadikhan918
Copy link

Currently, the way to inherit cookies into a browser is to create a session, inherit the cookies there, create a request to the page, and then render the request. Some webpages can detect the initial request and will "mark" the browser as suspicious, causing some issues. If the browser is created with a BrowserSession instead, the issues go away, but cookies can't be directly put into the browser, unless I am mistaken. Would be a great feature to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant