This is not a Geb issue but an issue with setup on your machine so you did
the right thing by writing here and not creating an issue in the tracker.

As per the stackoverflow thread you linked to, you are getting the popup
because an extension has not been loaded as it was disabled by the
administrator in your organisation. To be honest I do not understand why
you seem to have objections against applying the workaround by changing the
code instantiating the driver in GebConfig.groovy of the example project to
disable the automation extension. What are you expecting to happen
otherwise?

Thanks,
Marcin

On Wed, May 1, 2019 at 10:51 AM Beezer <[email protected]> wrote:

> 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:
> [image: 2019-05-01_11h44_42.png]
> I know there is a fix for it, which then reduces the capabilities by
> switching it off:
>
> https://stackoverflow.com/questions/43571119/loading-of-unpacked-extensions-is-disabled-by-the-administrator?rq=1
>
> 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.
>
> --
> 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 emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/geb-user/eddf8ef2-f742-4c7d-b322-487a42ec00d0%40googlegroups.com
> <https://groups.google.com/d/msgid/geb-user/eddf8ef2-f742-4c7d-b322-487a42ec00d0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CA%2B52dQTbamywQDxzyjLk58U%2Bbvn3XWKnyrDBxffBTP%3D%2B9fuiyg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to