Using a Selenium Browser session in another navigation

Asked

Viewed 18 times

1

I have a project in Selenium that logs in to a site and returns in an endpoint the cookies generated in that login. Another project consumes these cookies and injects it into your own browser to continue browsing. However, I realized that this requires sessionId to perform some operations within the site. How to inject one browser’s Session id into another?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.