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 rename ProfileDirectoryName class to CacheDirectoryName #67

Closed kazurayam closed 3 months ago

kazurayam commented 3 months ago

I named the class ProfileDirectoryName to simbolize the directory where the files of a UserProfile is stored.

On the other hand, I recognized that Chrome browser internally calls the same directory as "Cache". See the "Last State" file of Chrome.

I should not have 2 symbols that mean an idea. That confuses me. I should rename the "ProfileDirectoryName" to "CacheDirectoryName", which looks better for me.

kazurayam commented 3 months ago

doen at v0.7.0