Package org.openqa.selenium
Interface HasCapabilities
@NullMarked
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
 
- 
Method Details
- 
getCapabilities
Capabilities getCapabilities()- Returns:
 - The capabilities of the current driver.
 
 
 -