Package org.openqa.selenium.firefox.xpi
Class XpiDriverService
- java.lang.Object
-
- org.openqa.selenium.remote.service.DriverService
-
- org.openqa.selenium.firefox.FirefoxDriverService
-
- org.openqa.selenium.firefox.xpi.XpiDriverService
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@Deprecated public class XpiDriverService extends org.openqa.selenium.firefox.FirefoxDriverServiceDeprecated.This class will not be replaced.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXpiDriverService.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XpiDriverService.Builderbuilder()Deprecated.static XpiDriverServicecreateDefaultService()Deprecated.Configures and returns a newXpiDriverServiceusing the default configuration.protected java.net.URLgetUrl(int port)Deprecated.voidstart()Deprecated.voidstop()Deprecated.protected voidwaitUntilAvailable()Deprecated.
-
-
-
Method Detail
-
getUrl
protected java.net.URL getUrl(int port) throws java.net.MalformedURLExceptionDeprecated.- Overrides:
getUrlin classorg.openqa.selenium.remote.service.DriverService- Throws:
java.net.MalformedURLException
-
start
public void start() throws java.io.IOExceptionDeprecated.- Overrides:
startin classorg.openqa.selenium.remote.service.DriverService- Throws:
java.io.IOException
-
waitUntilAvailable
protected void waitUntilAvailable()
Deprecated.- Overrides:
waitUntilAvailablein classorg.openqa.selenium.remote.service.DriverService
-
stop
public void stop()
Deprecated.- Overrides:
stopin classorg.openqa.selenium.remote.service.DriverService
-
createDefaultService
public static XpiDriverService createDefaultService()
Deprecated.Configures and returns a newXpiDriverServiceusing the default configuration. In this configuration, the service will use the firefox executable identified by theFirefoxDriver.SystemProperty.BROWSER_BINARYsystem property on a free port.- Returns:
- A new XpiDriverService using the default configuration.
-
builder
public static XpiDriverService.Builder builder()
Deprecated.
-
-