JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openqa.selenium
Interface WrapsDriver
All Known Subinterfaces:
WrapsDriver
public interface
WrapsDriver
This interface indicates that the implementing class knows about the driver that contains it and can export it.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
WebDriver
getWrappedDriver
()
Method Detail
getWrappedDriver
WebDriver
getWrappedDriver()
Returns:
The driver that contains this element.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method