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

modify test to use CookieServer #41

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

v0.6.3, many of the method of ChromeDriverFactoryTest assumes that the URL http://127.0.0.1/ is up and running. In v0.6.3, i had to run ./startup-server.sh shell script to execute the httpserver.groovy script.

in v0.6.4-SNAPSHOT, I want to change those tests to starup/shutdown the CookieServer for themselves.