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

The project name "Chrome driver factory" isn't good; doen't mean what it does #58

Closed kazurayam closed 3 months ago

kazurayam commented 4 months ago

The project "chromedriverfactory" is not good. I want to rename it. Or create a new project with more appropriate name.

Why it is not good? --- The name "chromedriverfactory" does not mean what it actually does.

What does it acutally do? ---

  1. enables you to launche a Chrome browser while specifying a User Profile
  2. It prepares ChromeOptions and Chrome Profiles to launch a Chrome browser with.

What do I rather like to name it? --- Perhaps "ChromeOptionsConfigurator".

kazurayam commented 3 months ago

"ChromeOptionsConfigurator" is worse. It does not imply the support for UserProfile.

Abandon this issue.