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

add ChromeDriverFactoryImplTest #62

Closed kazurayam closed 3 months ago

kazurayam commented 3 months ago

The following 3 methods of com.kazurayam.webdriverfactory.chrome.ChromeDriverFactoryImpl are crucial, but not tested:

  1. buildOptions(Set<ChromePreferencesModifiers>, Set<ChromeOptionsModifier>)
  2. applyChromePreferencesModifiers(Map, Set<ChromePreferencesModifiers>)
  3. applyChromeOptionsModifiers(Map, Set<ChromeOptionsModifiers>)
kazurayam commented 3 months ago

done at v0.7.0