Uses of Class
org.openqa.selenium.opera.OperaDriverService
-
-
Uses of OperaDriverService in org.openqa.selenium.opera
Methods in org.openqa.selenium.opera that return OperaDriverService Modifier and Type Method Description static OperaDriverServiceOperaDriverService. createDefaultService()Configures and returns a newOperaDriverServiceusing the default configuration.protected OperaDriverServiceOperaDriverService.Builder. createDriverService(java.io.File exe, int port, java.time.Duration timeout, java.util.List<java.lang.String> args, java.util.Map<java.lang.String,java.lang.String> environment)Constructors in org.openqa.selenium.opera with parameters of type OperaDriverService Constructor Description OperaDriver(OperaDriverService service)Creates a new OperaDriver instance.OperaDriver(OperaDriverService service, org.openqa.selenium.Capabilities capabilities)Deprecated.UseOperaDriver(OperaDriverService, OperaOptions)instead.OperaDriver(OperaDriverService service, OperaOptions options)Creates a new OperaDriver instance with the specified options.
-