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

should upgrade WebDriverManager from 5.0.3 to 5.4.1 #51

Closed kazurayam closed 3 months ago

kazurayam commented 10 months ago

Long time, no seen. I tried the develop branch and "$ gradle test". I got a lot of errors.

kazurayam commented 10 months ago

In the build.gradle, I found

webdrivermanagerVersion = '5.0.3'

which is old.

5.4.1

is the latest, which should support Chrome v115 and newer