Uses of Class
com.zingtongroup.loggingseleniumwebdriver.logging.LoggerList
| Package | Description |
|---|---|
| com.zingtongroup.loggingseleniumwebdriver | |
| com.zingtongroup.loggingseleniumwebdriver.loggingseleniumcomponents |
-
Uses of LoggerList in com.zingtongroup.loggingseleniumwebdriver
Fields in com.zingtongroup.loggingseleniumwebdriver declared as LoggerList Modifier and Type Field Description LoggerListLoggingSeleniumWebDriver. loggerListList ofLoggerinstances to log output to. -
Uses of LoggerList in com.zingtongroup.loggingseleniumwebdriver.loggingseleniumcomponents
Fields in com.zingtongroup.loggingseleniumwebdriver.loggingseleniumcomponents declared as LoggerList Modifier and Type Field Description LoggerListLoggingLogs. loggerListLoggerListLoggingNavigation. loggerListLoggerListLoggingOptions. loggerListLoggerListLoggingTargetLocator. loggerListLoggerListLoggingTimeouts. loggerListLoggerListLoggingWebElement. loggerListLoggerListLoggingWindow. loggerListConstructors in com.zingtongroup.loggingseleniumwebdriver.loggingseleniumcomponents with parameters of type LoggerList Constructor Description LoggingLogs(org.openqa.selenium.logging.Logs logs, LoggerList loggerList)LoggingNavigation(org.openqa.selenium.WebDriver.Navigation navigation, LoggerList loggerList)LoggingOptions(org.openqa.selenium.WebDriver.Options options, LoggerList loggerList)LoggingTargetLocator(org.openqa.selenium.WebDriver.TargetLocator targetLocator, LoggerList loggerList)LoggingTimeouts(org.openqa.selenium.WebDriver.Timeouts timeouts, LoggerList loggerList)LoggingWebElement(org.openqa.selenium.WebElement webElement, LoggerList loggerList)LoggingWindow(org.openqa.selenium.WebDriver.Window window, LoggerList loggerList)