kazurayam / chromedriverfactory

A Java library that enables you to launch Selenium ChromeDriver using an existing user Profile. That let you to carry cookies over multiple HTTP sessions via user Profile.
0 stars 0 forks source link

Is a cookie carried over when UserDataAccess.TO_GO is specified? It seems not. #21

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

I have naively assemed yes, but actually not.

I ensured I could copy a Cookie file copied from the genuine user-data-dir from a temporary user-data-dir. But a HTTP Response Header does not contain a "Cookie" header. It look as if the copied Cookie file is disregarded.

kazurayam commented 2 years ago

v0.2.5 can carry cookie over HTTP sessions