Selenium import cookies
-
Hey,
Is It possible to import cookies with selenium?
I know there Is an action called SetCookies but don't know exactly how It works with cookie jar, anybody knows?
-
BROWSER_COOKIE BROWSERACTION GetCookies "<SOURCE>"
-
Yea but thats only for selenium not possible to get the cookies from network request to selenium?