A B C F G I L M O S W 
All Classes All Packages

A

addArguments(String...) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
 
addArguments(List<String>) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Adds additional command line arguments to be used when starting Opera.
addEncodedExtensions(String...) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
 
addEncodedExtensions(List<String>) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Adds a new Opera extension to install on browser startup.
addExtensions(File...) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
 
addExtensions(List<File>) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Adds a new Opera extension to install on browser startup.

B

Builder() - Constructor for class org.openqa.selenium.opera.OperaDriverService.Builder
 

C

CAPABILITY - Static variable in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Key used to store a set of OperaOptions in a Capabilities object.
createArgs() - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
 
createDefaultService() - Static method in class org.openqa.selenium.opera.OperaDriverService
Configures and returns a new OperaDriverService using the default configuration.
createDriver(Capabilities) - Method in class org.openqa.selenium.opera.OperaDriverInfo
 
createDriverService(File, int, Duration, List<String>, Map<String, String>) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
 

F

findDefaultExecutable() - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
 

G

getCanonicalCapabilities() - Method in class org.openqa.selenium.opera.OperaDriverInfo
 
getDisplayName() - Method in class org.openqa.selenium.opera.OperaDriverInfo
 
getExperimentalOption(String) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Returns the value of an experimental option.
getExtraCapability(String) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
 
getExtraCapabilityNames() - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
 
getLocalStorage() - Method in class org.openqa.selenium.opera.OperaDriver
Deprecated.
 
getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.opera.OperaDriverInfo
 
getSessionStorage() - Method in class org.openqa.selenium.opera.OperaDriver
Deprecated.
 

I

isAvailable() - Method in class org.openqa.selenium.opera.OperaDriverInfo
 
isSupporting(Capabilities) - Method in class org.openqa.selenium.opera.OperaDriverInfo
 
isSupportingCdp() - Method in class org.openqa.selenium.opera.OperaDriverInfo
 

L

location() - Method in class org.openqa.selenium.opera.OperaDriver
Deprecated.
 

M

merge(Capabilities) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
 

O

OPERA_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.opera.OperaDriverService
System property that defines the location of the operadriver executable that will be used by the default service.
OPERA_DRIVER_LOG_PROPERTY - Static variable in class org.openqa.selenium.opera.OperaDriverService
System property that defines the location of the log that will be written by the default service.
OPERA_DRIVER_SILENT_OUTPUT_PROPERTY - Static variable in class org.openqa.selenium.opera.OperaDriverService
Boolean system property that defines whether the OperaDriver executable should be started in silent mode.
OPERA_DRIVER_VERBOSE_LOG_PROPERTY - Static variable in class org.openqa.selenium.opera.OperaDriverService
Boolean system property that defines whether the OperaDriver executable should be started with verbose logging.
OperaDriver - Class in org.openqa.selenium.opera
Deprecated.
Use org.openqa.selenium.chrome.ChromeDriver with org.openqa.selenium.chrome.ChromeOptions#setBinary(File) or org.openqa.selenium.chrome.ChromeOptions#setBinary(String) to set the path to the Opera browser.

Example usage:


 ChromeOptions options = new ChromeOptions()
 options.setBinary(new File("/path/to/opera"));

 // For using Opera browser with ChromeDriver:
 ChromeDriver driver = new ChromeDriver(options);

 // For use with RemoteWebDriver:
 ChromeOptions options = new ChromeOptions();
 options.setBinary(new File("/path/to/opera"));
 RemoteWebDriver driver = new RemoteWebDriver(
     new URL("http://localhost:4444/"), options);
 
OperaDriver() - Constructor for class org.openqa.selenium.opera.OperaDriver
Deprecated.
Creates a new OperaDriver using the default server configuration.
OperaDriver(Capabilities) - Constructor for class org.openqa.selenium.opera.OperaDriver
Deprecated.
OperaDriver(OperaDriverService) - Constructor for class org.openqa.selenium.opera.OperaDriver
Deprecated.
Creates a new OperaDriver instance.
OperaDriver(OperaDriverService, Capabilities) - Constructor for class org.openqa.selenium.opera.OperaDriver
OperaDriver(OperaDriverService, OperaOptions) - Constructor for class org.openqa.selenium.opera.OperaDriver
Deprecated.
Creates a new OperaDriver instance with the specified options.
OperaDriver(OperaOptions) - Constructor for class org.openqa.selenium.opera.OperaDriver
Deprecated.
Creates a new OperaDriver instance with the specified options.
OperaDriverInfo - Class in org.openqa.selenium.opera
 
OperaDriverInfo() - Constructor for class org.openqa.selenium.opera.OperaDriverInfo
 
OperaDriverService - Class in org.openqa.selenium.opera
Manages the life and death of a operadriver server.
OperaDriverService(File, int, Duration, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.opera.OperaDriverService
 
OperaDriverService(File, int, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.opera.OperaDriverService
 
OperaDriverService.Builder - Class in org.openqa.selenium.opera
Builder used to configure new OperaDriverService instances.
OperaOptions - Class in org.openqa.selenium.opera
Deprecated.
Use org.openqa.selenium.chrome.ChromeDriver with org.openqa.selenium.chrome.ChromeOptions#setBinary(File) or org.openqa.selenium.chrome.ChromeOptions#setBinary(String) to set the path to the Opera browser.

Example usage:


 ChromeOptions options = new ChromeOptions()
 options.setBinary(new File("/path/to/opera"));

 // For using Opera browser with ChromeDriver:
 ChromeDriver driver = new ChromeDriver(options);

 // For use with RemoteWebDriver:
 ChromeOptions options = new ChromeOptions();
 options.setBinary(new File("/path/to/opera"));
 RemoteWebDriver driver = new RemoteWebDriver(
     new URL("http://localhost:4444/"), options);
 
OperaOptions() - Constructor for class org.openqa.selenium.opera.OperaOptions
Deprecated.
 
org.openqa.selenium.opera - package org.openqa.selenium.opera
 

S

score(Capabilities) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
 
setBinary(File) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Sets the path to the Opera executable.
setBinary(String) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Sets the path to the Opera executable.
setExperimentalOption(String, Object) - Method in class org.openqa.selenium.opera.OperaOptions
Deprecated.
Sets an experimental option.
setFileDetector(FileDetector) - Method in class org.openqa.selenium.opera.OperaDriver
Deprecated.
 
setLocation(Location) - Method in class org.openqa.selenium.opera.OperaDriver
Deprecated.
 

W

withSilent(boolean) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
Configures the driver server for silent output.
withVerbose(boolean) - Method in class org.openqa.selenium.opera.OperaDriverService.Builder
Configures the driver server verbosity.
A B C F G I L M O S W 
All Classes All Packages