public class ChromeWebDriverType extends WebDriverType<org.openqa.selenium.chrome.ChromeDriver>
WebDriverType implementation for Chrome.
Subclasses can override to alter the configuration or change the implementation.
| Constructor and Description |
|---|
ChromeWebDriverType() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.chrome.ChromeDriverService |
getChromeDriverService()
Get the ChromeDriverService to use.
|
protected org.openqa.selenium.remote.DesiredCapabilities |
getDefaultDriverCapabilities()
.
|
org.openqa.selenium.chrome.ChromeDriver |
getDriverImplementation()
Return a new instance of the WebDriver for this type.
|
String |
getDriverTypeName()
.
|
getCapabilitiespublic String getDriverTypeName()
getDriverTypeName in class WebDriverType<org.openqa.selenium.chrome.ChromeDriver>public org.openqa.selenium.chrome.ChromeDriver 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.chrome.ChromeDriver>public org.openqa.selenium.chrome.ChromeDriverService getChromeDriverService()
protected org.openqa.selenium.remote.DesiredCapabilities getDefaultDriverCapabilities()
getDefaultDriverCapabilities in class WebDriverType<org.openqa.selenium.chrome.ChromeDriver>Copyright © 2024. All rights reserved.