I just cloned GEB and tried to run the example as per the readme.
With Chrome this fails with a extension error.
I went there to lodge an issue but it said for usage errors to come to this site.
So when I follow the README:
I know there is a fix for it, which then reduces the capabilities by switching it off:
But that is hardly a cause for celebration.
Wondered if anyone thinks this should be in the issue tracker of the Geb project?
ext {
// The drivers we want to use
drivers = ["firefox", "chrome", "chromeHeadless"]
ext {
groovyVersion = '2.4.16'
gebVersion = '2.3.1'
seleniumVersion = '3.14.0'
chromeDriverVersion = '73.0.3683.68'
geckoDriverVersion = '0.24.0'
}
}thanks in advance.