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 ...
GebConfig.groovy is usually evaluated when geb.ConfigurationLoader.getConf() is executed which for example happens inside of the parameterless constructor for ...
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 ...
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 ...
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 ...
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.
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 ...
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 ...
May 24, 2016 ... at sandbox.geb.GoogleSearchResultsPage$__clinit__closure1.doCall(GoogleSearchResultsPage.groovy). So Geb is: Launching Firefox (yaaay); Going ...
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 ...
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 ...
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).
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 ...
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 ...
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 ...
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 ...
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 ...