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

Firefox browser support #24

Closed kazurayam closed 2 years ago

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

https://github.com/kazurayam/webdriverfactory/releases/tag/0.3.0

kazurayam commented 2 years ago

I would keep com.kazurayam.webdriverfactory.firefox package.

I would erase UserDataAccess.FOR_HERE / TO_GO option as this would be confusing.

kazurayam commented 2 years ago

v0.4.0 did it, though meaningless