public class InternetExplorerDriverService extends DriverService
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InternetExplorerDriverService.Builder
Builder used to configure new
InternetExplorerDriverService instances. |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
IE_DRIVER_ENGINE_PROPERTY
System property that defines the implementation of the driver engine to use.
|
static String |
IE_DRIVER_EXE_PROPERTY
System property that defines the location of the IEDriverServer executable
that will be used by the
default service. |
static String |
IE_DRIVER_EXTRACT_PATH_PROPERTY
System property that defines path to which will be extracted IEDriverServer library.
|
static String |
IE_DRIVER_HOST_PROPERTY
System property that defines host to which will be bound IEDriverServer.
|
static String |
IE_DRIVER_LOGFILE_PROPERTY
System property that defines the location of the file where IEDriverServer
should write log messages to.
|
static String |
IE_DRIVER_LOGLEVEL_PROPERTY
System property that defines the detalization level the IEDriverServer logs.
|
static String |
IE_DRIVER_SILENT_PROPERTY
System property that defines logging to stdout for IEDriverServer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static InternetExplorerDriverService |
createDefaultService()
Configures and returns a new
InternetExplorerDriverService using the default configuration. |
getUrl, isRunning, start, stoppublic static final String IE_DRIVER_EXE_PROPERTY
default service.public static final String IE_DRIVER_LOGFILE_PROPERTY
public static final String IE_DRIVER_LOGLEVEL_PROPERTY
public static final String IE_DRIVER_ENGINE_PROPERTY
public static final String IE_DRIVER_HOST_PROPERTY
public static final String IE_DRIVER_EXTRACT_PATH_PROPERTY
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.