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

Edge support #53

Closed kazurayam closed 6 months ago

kazurayam commented 9 months ago

https://forum.katalon.com/t/trying-to-run-a-script-in-existing-web-edge-chromium-profile/111580/4

kazurayam commented 9 months ago

I created the branch issue53

https://github.com/kazurayam/chromedriverfactory/tree/issue53

and tried to implement this.

kazurayam commented 9 months ago

I encountered a difficulty:

org.openqa.selenium.edge.EdgeOptions ov version 3.141.59 does not implement addOption(String) method.

https://stackoverflow.com/questions/58062629/how-to-add-arguments-to-edgeoptions-in-using-edgedriver-selenium

This old version of EdgeDriver has complicated Capabilities and Options, which has been totally changed at v4.x.

Katalon Studio is still works only on Selenium3. Therefore the chromedriverfactory library MUST stay of this bogus version of EdgeDriver.

Just disgusting.

I would quit this trial.

kazurayam commented 9 months ago

EdgeDriver possibly different set of Capabilities/Options/Preferences. I have to study the Edge-unique options in detail to finish implementing EdgeDrvierFactory class. I do not like to do this job.

kazurayam commented 6 months ago

I don't need this