public class InternetExplorerWebDriverType extends WebDriverType<org.openqa.selenium.ie.InternetExplorerDriver>
WebDriverType implementation for Internet Explorer.
Subclasses can override to alter the configuration or change the implementation.
| Constructor and Description |
|---|
InternetExplorerWebDriverType() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.DesiredCapabilities |
getDefaultDriverCapabilities()
.
|
org.openqa.selenium.ie.InternetExplorerDriver |
getDriverImplementation()
Return a new instance of the WebDriver for this type.
|
String |
getDriverTypeName()
.
|
org.openqa.selenium.ie.InternetExplorerDriverService |
getInternetExplorerDriverService()
Get the InternetExplorerDriverService to use.
|
getCapabilitiespublic String getDriverTypeName()
getDriverTypeName in class WebDriverType<org.openqa.selenium.ie.InternetExplorerDriver>public org.openqa.selenium.ie.InternetExplorerDriver getDriverImplementation()
Return a new instance of the WebDriver for this type.
Must return a new instance each time - must not cache.
.getDriverImplementation in class WebDriverType<org.openqa.selenium.ie.InternetExplorerDriver>public org.openqa.selenium.ie.InternetExplorerDriverService getInternetExplorerDriverService()
public org.openqa.selenium.remote.DesiredCapabilities getDefaultDriverCapabilities()
getDefaultDriverCapabilities in class WebDriverType<org.openqa.selenium.ie.InternetExplorerDriver>Copyright © 2024. All rights reserved.