public interface SeleniumDriverControl
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
getDriver()
Get the actual underlying Selenium WebDriver.
|
org.openqa.selenium.WebDriver getDriver()
To customize the WebDriver, you should configure ConfigurationProperties.getWebDriver()
or override FluentAdapter.newWebDriver().
This method can't be override to customize the WebDriver.
Copyright © 2018 FluentLenium. All Rights Reserved.