Java org.openqa.selenium.opera OperaDriver fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.opera OperaDriver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.opera OperaDriver.

The text is from its open source code.

Constructor

OperaDriver()
Creates a new OperaDriver using the OperaDriverService#createDefaultService default server configuration.
OperaDriver(OperaDriverService service)
Creates a new OperaDriver instance.
OperaDriver(Capabilities capabilities)
Creates a new OperaDriver instance.
OperaDriver(OperaOptions options)
Creates a new OperaDriver instance with the specified options.