JavaScript is disabled on your browser.
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 HasCapabilities
All Known Implementing Classes:
ChromeDriver
,
EdgeDriver
,
FirefoxDriver
,
HtmlUnitDriver
,
InternetExplorerDriver
,
MarionetteDriver
,
OperaDriver
,
RemoteWebDriver
,
SafariDriver
,
WebDriverBackedSelenium
public interface
HasCapabilities
Used by classes to indicate that they can describe the
Capabilities
they possess. This can be used for run-time detection of features.
Method Summary
Methods
Modifier and Type
Method and Description
Capabilities
getCapabilities
()
Method Detail
getCapabilities
Capabilities
getCapabilities()
Returns:
The capabilities of the current driver.
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