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

deprecate DesiredCapabilities #19

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

Selenium 4 has deprecated DesiredCapabilities.

https://www.qed42.com/insights/coe/quality-assurance/selenium-4-deprecated-modified-and-new-methods

My webdriverfactory should shrink its code so that it does not use DesiredCapabilites at all.

kazurayam commented 2 years ago

In fact, DesiredCapabilites does not play a major role in the webriverfactory project. To me, it seems better if I remove the DesiredCapabilities support at all.

kazurayam commented 2 years ago

done at 0.2.7