Re: More or less solved: How to make Geb work?

2024-10-17 Thread Søren Berg Glasius
Thank you for capturing and sharing this information. Den tors. 17. okt. 2024 kl. 20.14 skrev o...@ocs.cz : > Hi there, > > well, looks like the claim “all I need is geb-core JAR” is patently false > :( When instead of downloading the JAR manually and putting it to the > classpath (which approach

Re: More or less solved: How to make Geb work?

2024-10-17 Thread Paul King
I tried the equivalent htmlunit version: @Grab('org.gebish:geb-core:7.0') @GrabExclude('org.apache.groovy:groovy-xml') @GrabExclude('org.apache.groovy:groovy-macro') @Grab('org.seleniumhq.selenium:selenium-support:4.25.0') @Grab('org.seleniumhq.selenium:htmluni

How to make Geb work?

2024-10-17 Thread OCsite
Hi there, based on the latest debate in the devlist, I'm trying to play with Geb. The Book of Geb quite explicitly says that all I need is geb-core jar, a WebDriver driver implementation and the selenium-support jar , nevertheless, it does

More or less solved: How to make Geb work?

2024-10-17 Thread o...@ocs.cz
Hi there, well, looks like the claim “all I need is geb-core JAR” is patently false :( When instead of downloading the JAR manually and putting it to the classpath (which approach I happen to strongly prefer) I use @Grab to get dependences as well, it more-or-less starts working. There are som