Skip to content

Instantly share code, notes, and snippets.

View igormukhin's full-sized avatar

Igor Mukhin igormukhin

View GitHub Profile
@igormukhin
igormukhin / GebConfig-reuse-existing-firefox.groovy
Created May 30, 2014 16:21
Geb configuration which tells Geb to reuse an already open Firefox window
/*
This is the Geb configuration file.
See: http://www.gebish.org/manual/current/configuration.html
*/
import org.openqa.selenium.firefox.FirefoxDriver
import org.openqa.selenium.firefox.FirefoxProfile
import org.openqa.selenium.remote.DesiredCapabilities
import org.openqa.selenium.remote.RemoteWebDriver