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 complete com.kazurayam.webdriverfactory.WebDriverFactory class #25

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

I can think of adding a new class

But how these 3 classes relates?

These look similar, but are different.

kazurayam commented 2 years ago

as #33 tells,

Now I have recognised that FirefoxDriver does not allow me FOR_HERE, then I find no reason to develop a wrapper for FireFox. My library would support ChromeDriver with FOR_HERE and TO_GO, and that's enough.

This project should not name itself as "webdriverfactory".

This project "webdriverfactory" should be renamed to "chromedriverfactory". And remove all source code about Firefox support

kazurayam commented 2 years ago

done at v0.4.1