A B C F G I L M O S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addArguments(String...) - Method in class org.openqa.selenium.opera.OperaOptions
- addArguments(List<String>) - Method in class org.openqa.selenium.opera.OperaOptions
-
Adds additional command line arguments to be used when starting Opera.
- addEncodedExtensions(String...) - Method in class org.openqa.selenium.opera.OperaOptions
- addEncodedExtensions(List<String>) - Method in class org.openqa.selenium.opera.OperaOptions
-
Adds a new Opera extension to install on browser startup.
- addExtensions(File...) - Method in class org.openqa.selenium.opera.OperaOptions
- addExtensions(List<File>) - Method in class org.openqa.selenium.opera.OperaOptions
-
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
-
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
-
Returns the value of an experimental option.
- getExtraCapability(String) - Method in class org.openqa.selenium.opera.OperaOptions
- getExtraCapabilityNames() - Method in class org.openqa.selenium.opera.OperaOptions
- getLocalStorage() - Method in class org.openqa.selenium.opera.OperaDriver
- getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.opera.OperaDriverInfo
- getSessionStorage() - Method in class org.openqa.selenium.opera.OperaDriver
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
M
- merge(Capabilities) - Method in class org.openqa.selenium.opera.OperaOptions
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
-
A
WebDriver
implementation that controls a Blink-based Opera browser running on the local machine. - OperaDriver() - Constructor for class org.openqa.selenium.opera.OperaDriver
-
Creates a new OperaDriver using the
default
server configuration. - OperaDriver(Capabilities) - Constructor for class org.openqa.selenium.opera.OperaDriver
-
Deprecated.Use
OperaDriver(OperaOptions)
instead. - OperaDriver(OperaDriverService) - Constructor for class org.openqa.selenium.opera.OperaDriver
-
Creates a new OperaDriver instance.
- OperaDriver(OperaDriverService, Capabilities) - Constructor for class org.openqa.selenium.opera.OperaDriver
-
Deprecated.Use
OperaDriver(OperaDriverService, OperaOptions)
instead. - OperaDriver(OperaDriverService, OperaOptions) - Constructor for class org.openqa.selenium.opera.OperaDriver
-
Creates a new OperaDriver instance with the specified options.
- OperaDriver(OperaOptions) - Constructor for class org.openqa.selenium.opera.OperaDriver
-
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
-
Class to manage options specific to
OperaDriver
. - OperaOptions() - Constructor for class org.openqa.selenium.opera.OperaOptions
- 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
-
Sets the path to the Opera executable.
- setBinary(String) - Method in class org.openqa.selenium.opera.OperaOptions
-
Sets the path to the Opera executable.
- setExperimentalOption(String, Object) - Method in class org.openqa.selenium.opera.OperaOptions
-
Sets an experimental option.
- setFileDetector(FileDetector) - Method in class org.openqa.selenium.opera.OperaDriver
- setLocation(Location) - Method in class org.openqa.selenium.opera.OperaDriver
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.
All Classes All Packages