|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openqa.selenium.remote.service.DriverService
org.openqa.selenium.ie.InternetExplorerDriverService
public class InternetExplorerDriverService
Manages the life and death of an IEDriverServer.
| Nested Class Summary | |
|---|---|
static class |
InternetExplorerDriverService.Builder
Builder used to configure new InternetExplorerDriverService instances. |
| Field Summary | |
|---|---|
static java.lang.String |
IE_DRIVER_EXE_PROPERTY
System property that defines the location of the IEDriverServer executable that will be used by the default service. |
| Method Summary | |
|---|---|
static InternetExplorerDriverService |
createDefaultService()
Configures and returns a new InternetExplorerDriverService using the default configuration. |
| Methods inherited from class org.openqa.selenium.remote.service.DriverService |
|---|
checkExecutable, findExecutable, getUrl, isRunning, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String IE_DRIVER_EXE_PROPERTY
default service.
| Method Detail |
|---|
public static InternetExplorerDriverService createDefaultService()
InternetExplorerDriverService using the default configuration. In
this configuration, the service will use the IEDriverServer executable identified by the
IE_DRIVER_EXE_PROPERTY system property. Each service created by this method will
be configured to use a free port on the current system.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||