Uses of Class
org.openqa.selenium.Beta
-
Packages that use Beta Package Description org.openqa.selenium org.openqa.selenium.federatedcredentialmanagement org.openqa.selenium.logging -
-
Uses of Beta in org.openqa.selenium
Classes in org.openqa.selenium with annotations of type Beta Modifier and Type Interface Description static interface
WebDriver.Window
interface
WebDriverInfo
Describes, in general terms, a webdriver instance.Methods in org.openqa.selenium with annotations of type Beta Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
UnhandledAlertException. getAlert()
Logs
WebDriver.Options. logs()
Gets theLogs
interface used to fetch different types of logs. -
Uses of Beta in org.openqa.selenium.federatedcredentialmanagement
Classes in org.openqa.selenium.federatedcredentialmanagement with annotations of type Beta Modifier and Type Interface Description interface
HasFederatedCredentialManagement
Used by classes to indicate that they can interact with FedCM dialogs. -
Uses of Beta in org.openqa.selenium.logging
Classes in org.openqa.selenium.logging with annotations of type Beta Modifier and Type Class Description class
LogEntries
Represent a pool ofLogEntry
.interface
Logs
Interface for providing logs.class
SessionLogs
Contains the logs for a session divided by supported log types.Methods in org.openqa.selenium.logging with annotations of type Beta Modifier and Type Method Description java.util.List<LogEntry>
LogEntries. toJson()
java.util.Map<java.lang.String,java.lang.Object>
LoggingPreferences. toJson()
java.util.Map<java.lang.String,LogEntries>
SessionLogs. toJson()
-