コード例 #1
0
 public static WebDriver getDriver() {
   return SeleniumUtils.getDriver();
 }
コード例 #2
0
 public static WebDriver getDriver(String browser) {
   return SeleniumUtils.getDriver(browser);
 }
コード例 #3
0
 @BeforeClass
 public static void setup() throws Exception {
   SeleniumUtils.getDriver();
   gse = new GroovyScriptEngine(GSE_ROOTS);
 }