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

rename ChromeDriverFactory#newChromeDriverFactory() => #newInstance() #32

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

For simplicity, better to rename it.

Also, I should rename FirefoxDriverFactory#newFirefoxDriverFactory() => #newInstance()

kazurayam commented 2 years ago

I have

static ChromeDriverFactory newHeadlessChromeDriverFactory() {

What shall I rename this to?

"newHeadless()" ? --- does not make good sense.