About 1,602,948 results (2,876 milliseconds)

When is Geb releasing version with Selenium 4 features

https://groups.google.com/g/geb-user/c/0DMbmAYrENc
Any idea when the Geb version supporting new features of Selenium 4 will be rolled out. I am looking forward to using NetworkInterceptor to stub out the ...

Did Geb 5 change the order in which GebConfig.groovy is run?

https://groups.google.com/g/geb-user/c/mLyov0ZULL0
GebConfig.groovy is usually evaluated when geb.ConfigurationLoader.getConf() is executed which for example happens inside of the parameterless constructor for ...

Setting geb.env in GebConfig

https://groups.google.com/g/geb-user/c/3EgRsKlRerw
Jul 2, 2018 ... The geb.env property is read before the config script is executed so when you're setting it in GebConfig.groovy it's already too late for it to ...

Parallel Geb/Spock tests crashing grid

https://groups.google.com/g/geb-user/c/-masfEAZEsI
Sep 2, 2020 ... My guess is this is basically what is happening on our docker hub but I don't know why. I guess what I am trying to find out is if this is a Geb ...

'Refreshing' stale modules from within the module itself

https://groups.google.com/g/geb-user/c/Wef9jVcGK0c
A geb module is made for this web element, based on a class name. Single clicking selects the element (gets class 'selected' added to it in DOM). When it's ...

withWindow and withNewWindow trouble with redirect

https://groups.google.com/g/geb-user/c/zWA1FHAlcI4
What is happening is it clicks the link and opens a new tab and then the page stops loading after about 2 seconds, as if I am sending some kind of stop command.

Pronunciation

https://groups.google.com/g/geb-user/c/5NiU8LBH-e8
Dec 10, 2020 ... This is a question that's come up on my team: how is Geb pronounced; with a hard g like "gutter" or a soft g like "gem"? -- You received this ...

Better Geb support for Intellij IDEA

https://groups.google.com/g/geb-user/c/tlxWqf5laaQ/m/8hXX89j5BQAJ
Jul 17, 2018 ... Now it supports the case described above. But I still don't know what cases are widespread in production Geb usage. So for those Geb users who ...

Geb Allure screenshot integration

https://groups.google.com/g/geb-user/c/j4IV_bBSZlY
to Marcin Erdmann, [email protected]. I have run another check and managed to create a custom TestNG Listener: import geb.testng.GebReportingTest;.

Bug in Module when using withFrame(){} ?

https://groups.google.com/g/geb-user/c/6iPkojlVSIE
Nov 22, 2016 ... You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. ... [email protected] ...

Browser waitFor method doesn't seem to be working as expected

https://groups.google.com/g/geb-user/c/3gXcZwq0ff0
May 24, 2016 ... at sandbox.geb.GoogleSearchResultsPage$__clinit__closure1.doCall(GoogleSearchResultsPage.groovy). So Geb is: Launching Firefox (yaaay); Going ...

Handling nested iframes with Geb

https://groups.google.com/g/geb-user/c/3_P4Q12Sqj0
Mar 15, 2018 ... Nikhil Jain · 1. Create a model Page class (for example FrameDescribingPage) , your iFrame will be considered as a Page class. · 2. Identify ...

Wait preset and environments - change of default wait timeout ...

https://groups.google.com/g/geb-user/c/Ejj8B7TC0TI
Mar 24, 2016 ... ... Geb is 5 seconds not 10 seconds. What do you mean by "pages time out"? I don't see any page at checking waiting configuration (http://www.gebish ...

GEB wrapper Advantages over Selenium WebDriver/Java

https://groups.google.com/g/geb-user/c/jn6_35h1T4s
Nov 18, 2015 ... Brian Kotek · Geb code is much easier to write (and read) than raw WebDriver code · The WebDriver API is a complicated mess (IMO at least).

Screenshot of entire suite of tests Geb Spock

https://groups.google.com/g/spockframework/c/wrrYNeHmbvw
Hi,. We have our acceptance test suite written using Geb/Spock. I wanted to know how to capture the entire test run (all pages), not just on failure, as ...

geb.driver.DriverCreationException: failed to create driver from ...

https://groups.google.com/g/geb-user/c/u20OfTWrZiw
You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving ...

Tag Geb classes/tests for exclusion

https://groups.google.com/g/geb-user/c/MHrMWvFa8EQ
There are various ways you could do it. The best approach depends on how you want to run your tests. I used an IGlobalExtension to exclude specs that were not ...

atCheckWaiting and/or waitFor not working correctly in setupSpec()

https://groups.google.com/g/geb-user/c/TINq_vDy8tY
I have atCheckWaiting = true in my GebConfig.groovy and so far everything has been working just fine. My waiting config is set to 10 seconds with a .5 second ...

how to use geb-browserstack plugin?

https://groups.google.com/g/geb-user/c/LI_mLwU6ytY
Nov 3, 2017 ... Marcin Erdmann · apply plugin: "geb-browserstack" · buildscript {. repositories { · mavenCentral(). } · dependencies {. classpath 'org.gebish: ...

Could not initialize class geb.navigator.NonEmptyNavigator

https://groups.google.com/g/geb-user/c/f79v-oY9OBc
Oct 6, 2015 ... You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop ...