List of usage examples for org.openqa.selenium.remote BrowserType OPERA_BLINK
String OPERA_BLINK
To view the source code for org.openqa.selenium.remote BrowserType OPERA_BLINK.
Click Source Link
From source file:testinfrastructure.testutils.DriverInTest.java
License:Apache License
@SuppressWarnings("deprecation") public static boolean isOperaDriver(WebDriver driver) { return isDriver(driver, OperaDriver.class, BrowserType.OPERA, BrowserType.OPERA_BLINK); }