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 ./startup-server.sh script to run CookieServer rather than httpserver.groovy #40

Closed kazurayam closed 2 years ago

kazurayam commented 2 years ago

I wonder how to specify the CLASSPATH for the CookeServer class.

kazurayam commented 2 years ago

Is it possible to use Gradle's Application plugin ?

If possible, ./start-server.sh script just call "gradle run"

kazurayam commented 2 years ago

done