Example usage for org.openqa.selenium.remote BrowserType OPERA_BLINK

List of usage examples for org.openqa.selenium.remote BrowserType OPERA_BLINK

Introduction

In this page you can find the example usage for org.openqa.selenium.remote BrowserType OPERA_BLINK.

Prototype

String OPERA_BLINK

To view the source code for org.openqa.selenium.remote BrowserType OPERA_BLINK.

Click Source Link

Usage

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);
}