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.
I added com.kazurayam.webdriverfactory.chrome.LocalState class. It required the Jackson-databaind to process the "Local State" file in JSON. So now I prefer Jackson. I should remove dependencies to GSON for JSON processing
I added
com.kazurayam.webdriverfactory.chrome.LocalState
class. It required the Jackson-databaind to process the "Local State" file in JSON. So now I prefer Jackson. I should remove dependencies to GSON for JSON processing