public interface HasDriver
WebDriver
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver |
getDriver()
Return the
WebDriver instance associated with the implementing
class instance. |
org.openqa.selenium.WebDriver getDriver()
WebDriver
instance associated with the implementing
class instance. This can be simply the class itself re-cast as a
WebDriver, or a reference to some WebDriver obtainable by any other
means.Copyright © 2018. All rights reserved.