ChromeDriverFactory

Jan 2022, I published a GitHub repository

A Java library that enables you to launch Selenium ChromeDriver with an existing user Profile. You can carry cookies over multiple HTTP sessions via user Profile.

Here is a documentation:

Just for your interest.

2 Likes

Thank you @kazurayam for always sharing the good stuff.

@AmyKirk posted this:

This told us about this:

Now I learned that Edge browser can import a Chrome profile, effectively EdgeDriver can start Edge browser while carrying over the cookies created by a previous Chrome session. Now I suppose Edge browser works just in the same way as my ChromeDriverFactory’s TO_GO mode. If so, you do not need my ChromeDriverFactory. You can use Chrome and Edge combined; you create a cookie in Chrome, you reuse the cookies in Edge. I haven’t checked if it is possible to do the same via EdgeDriver.

1 Like

unless you actually don’t want that :stuck_out_tongue: