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

ProfileDirectoryName should be moved to the higher level of package #27

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

in v0.2.7, i have com.kazurayam.webdriverfactory.chrome.ProfileDirectoryName

This class is abstract enough. Can be used for Firefox, not only for Chrome. Therefore it should rather be moved to higher level of package:

com.kazurayam.webdriverfactory.ProfileDirectoryName

This will help avoiding code duplications