org.openqa.selenium
Interface HasCapabilities


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
 Capabilities getCapabilities()
           
 

Method Detail

getCapabilities

Capabilities getCapabilities()
Returns:
The capabilities of the current driver.


Copyright © 2011. All Rights Reserved.