Uses of Class
org.openqa.selenium.Beta
-
Packages that use Beta Package Description org.openqa.selenium 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 interfaceWebDriver.WindowinterfaceWebDriverInfoDescribes, 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()LogsWebDriver.Options. logs()Gets theLogsinterface used to fetch different types of logs. -
Uses of Beta in org.openqa.selenium.logging
Classes in org.openqa.selenium.logging with annotations of type Beta Modifier and Type Class Description classLogEntriesRepresent a pool ofLogEntry.interfaceLogsInterface for providing logs.classSessionLogsContains 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()
-