Package org.openqa.selenium
Interface WrapsDriver
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
This interface indicates that the implementing class knows about the driver that contains it and
 can export it.
- 
Method Summary
 
- 
Method Details
- 
getWrappedDriver
WebDriver getWrappedDriver()- Returns:
 - The driver that contains this element.
 
 
 -