|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openqa.selenium.remote.RemoteWebDriver
org.openqa.selenium.ie.InternetExplorerDriver
public class InternetExplorerDriver
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openqa.selenium.remote.RemoteWebDriver |
|---|
RemoteWebDriver.RemoteMouse, RemoteWebDriver.RemoteTargetLocator, RemoteWebDriver.RemoteWebDriverOptions |
| Nested classes/interfaces inherited from interface org.openqa.selenium.WebDriver |
|---|
WebDriver.ImeHandler, WebDriver.Navigation, WebDriver.Options, WebDriver.TargetLocator, WebDriver.Timeouts |
| Field Summary | |
|---|---|
static java.lang.String |
INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS
Setting this capability will make your tests unstable and hard to debug. |
| Constructor Summary | |
|---|---|
InternetExplorerDriver()
|
|
InternetExplorerDriver(Capabilities capabilities)
|
|
InternetExplorerDriver(int port)
|
|
| Method Summary | ||
|---|---|---|
protected void |
assertOnWindows()
|
|
|
getScreenshotAs(OutputType<X> target)
|
|
protected void |
startClient()
|
|
protected void |
stopClient()
|
|
| 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 INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS
| Constructor Detail |
|---|
public InternetExplorerDriver()
public InternetExplorerDriver(Capabilities capabilities)
public InternetExplorerDriver(int port)
| Method Detail |
|---|
public <X> X getScreenshotAs(OutputType<X> target)
getScreenshotAs in interface TakesScreenshotprotected void assertOnWindows()
protected void startClient()
startClient in class RemoteWebDriverprotected void stopClient()
stopClient in class RemoteWebDriver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||