org.openqa.selenium.remote
Interface Capabilities

All Known Implementing Classes:
DesiredCapabilities

public interface Capabilities


Method Summary
 java.lang.String getBrowserName()
           
 Platform getPlatform()
           
 java.lang.String getVersion()
           
 boolean isJavascriptEnabled()
           
 

Method Detail

getBrowserName

java.lang.String getBrowserName()

getPlatform

Platform getPlatform()

getVersion

java.lang.String getVersion()

isJavascriptEnabled

boolean isJavascriptEnabled()


Copyright © 2009. All Rights Reserved.