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

com.kazurayam.webdriverfactory.chrome.ChromeDriiverFactory#userDataDirectory should rather be named userDataDir #6

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

In the com.kazurayam.webdriverfactory.chrome.ChromeDriverFactory, ProfileDirectoryName should rather be named ProfileFolderName

Google's documentation does not call it "directory", "folder" is preferred.

kazurayam commented 2 years ago

No. "ProfileFolderName" is not good.

The following screenshot shows the Chrome&s wording:

Chrome Desired Capability setting

kazurayam commented 2 years ago

If I follow the Chrome's wording,

UserDataDir is better than UserDataDirectory