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

FirefoxDriverFactory should not have UserDataAccess.FOR_HERE and TO_GO option #34

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

I should remove UserDataAccess.FOR_HERE/TO_GO option for FirefoxDriver, it does not make sense at all.

Because, as #33 tells, FireDriver always work as TO_GO mode, it never work in FOR_HERE mode.

kazurayam commented 2 years ago

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

v0.4.0 did it