Hi,

This entirely depends on your test setup. It's not a responsibility of the 
test runner nor framework to download or manage browsers.

Consider saucelabs as your easiest option.

What we personally do is use CircleCI and have a number of docker 
containers which run the relevant browser versions.

Cheers,
Antony

On Monday, May 22, 2017 at 7:04:09 PM UTC+1, jérémie GUIDOUX wrote:
>
> Bonjour 
>
> J'utilise gradle pour configurer Geb comme montrer dans cet  exemple 
> <https://github.com/geb/geb-example-gradle/blob/master/gradle/osSpecificDownloads.gradle>
> .
> Dans cet exemple, on télécharge le driver chrome avec cette ligne:
>
>  FileUtils.copyURLToFile(new URL("
> http://chromedriver.storage.googleapis.com/${chromeDriverVersion}/chromedriver_${driverOsFilenamePart}.zip
> "), outputFile)
>
> On peut donc facilement choisir la version de du driver chrome.
> Mais si je comprend bien il ne s'agit que d'un driver pour utiliser le 
> google chrome installé sur ma machine.
> Est-ce bien le cas ?
> Est-il possible d'utiliser un google-chrome que je téléchargerai à la 
> version désiré ?
> Si oui, comment devrais-je m'y prendre ?
>
> Évidement pour faciliter je parle que de chrome, mais la question se pose 
> aussi pour firefox et chrome.
>
> Merci beaucoup :)
>
> Jérémie
>

-- 
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/0a29a150-804d-48c5-8d9d-82d7c4e23b71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to