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

use Jackson-databind in favor of GSON #64

Closed kazurayam closed 3 months ago

kazurayam commented 3 months ago

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

kazurayam commented 3 months ago

done at v0.7.3