Uses of Class
org.openqa.selenium.Beta

Packages that use Beta
org.openqa.selenium   
org.openqa.selenium.logging   
org.openqa.selenium.security   
 

Uses of Beta in org.openqa.selenium
 

Classes in org.openqa.selenium with annotations of type Beta
static interface WebDriver.Window
           
 

Methods in org.openqa.selenium with annotations of type Beta
 void Alert.authenticateUsing(Credentials credentials)
           
 Logs WebDriver.Options.logs()
          Gets the Logs interface used to fetch different types of logs.
 WebDriver.Window WebDriver.Options.window()
          Returns the interface for managing the current window.
 

Uses of Beta in org.openqa.selenium.logging
 

Classes in org.openqa.selenium.logging with annotations of type Beta
 class LogEntries
          Represent a pool of .
 interface Logs
          Interface for providing logs.
 class SessionLogs
          Contains the logs for a session divided by supported log types.
 

Uses of Beta in org.openqa.selenium.security
 

Classes in org.openqa.selenium.security with annotations of type Beta
 interface Credentials
          Marker interface used to indicate that this object can be used for authentication.
 class UserAndPassword
          Represents the authentication credentials for a user with username and password
 



Copyright © 2013. All Rights Reserved.