| Package | Description | 
|---|---|
| org.openqa.selenium.opera | 
| Modifier and Type | Method and Description | 
|---|---|
static OperaDriverService | 
OperaDriverService.createDefaultService()
Configures and returns a new  
OperaDriverService using the default configuration. | 
protected OperaDriverService | 
OperaDriverService.Builder.createDriverService(File exe,
                   int port,
                   com.google.common.collect.ImmutableList<String> args,
                   com.google.common.collect.ImmutableMap<String,String> environment)  | 
| Constructor and Description | 
|---|
OperaDriver(OperaDriverService service)
Creates a new OperaDriver instance. 
 | 
OperaDriver(OperaDriverService service,
           org.openqa.selenium.Capabilities capabilities)
Creates a new OperaDriver instance. 
 | 
OperaDriver(OperaDriverService service,
           OperaOptions options)
Creates a new OperaDriver instance with the specified options. 
 | 
Copyright © 2016. All rights reserved.