use of org.openqa.selenium.opera.OperaDriver in project ifml2php by Dipiert.
the class Page_test method loadOperaDriver.
private static void loadOperaDriver() {
System.setProperty("webdriver.opera.driver", "drivers/operadriver");
OperaOptions operaOptions = new OperaOptions();
operaOptions.addArguments("--no-sandbox");
drivers.add(new OperaDriver(operaOptions));
}
Aggregations