Uses of Interface
com.microsoft.playwright.impl.Logger
-
Packages that use Logger Package Description com.microsoft.playwright.impl -
-
Uses of Logger in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement Logger Modifier and Type Class Description classWaitForEventLogger<T>Fields in com.microsoft.playwright.impl declared as Logger Modifier and Type Field Description private LoggerFrameImpl.WaitForLoadStateHelper. loggerprivate LoggerFrameImpl.WaitForNavigationHelper. loggerFields in com.microsoft.playwright.impl with type parameters of type Logger Modifier and Type Field Description private java.util.function.Function<Logger,T>WaitForEventLogger. supplierMethods in com.microsoft.playwright.impl with parameters of type Logger Modifier and Type Method Description (package private) voidFrameImpl. waitForLoadStateImpl(LoadState state, Frame.WaitForLoadStateOptions options, Logger logger)private voidFrameImpl. waitForLoadStateImpl(WaitUntilState state, Frame.WaitForLoadStateOptions options, Logger logger)(package private) ResponseFrameImpl. waitForNavigationImpl(Logger logger, java.lang.Runnable code, Frame.WaitForNavigationOptions options)private ResponseFrameImpl. waitForNavigationImpl(Logger logger, java.lang.Runnable code, Frame.WaitForNavigationOptions options, UrlMatcher matcher)private ResponsePageImpl. waitForNavigationImpl(Logger logger, java.lang.Runnable code, Page.WaitForNavigationOptions options)(package private) voidFrameImpl. waitForURLImpl(Logger logger, UrlMatcher matcher, Frame.WaitForURLOptions options)Method parameters in com.microsoft.playwright.impl with type arguments of type Logger Modifier and Type Method Description (package private) <T> TChannelOwner. withWaitLogging(java.lang.String apiName, java.util.function.Function<Logger,T> code)Constructors in com.microsoft.playwright.impl with parameters of type Logger Constructor Description WaitForLoadStateHelper(WaitUntilState state, Logger logger)WaitForNavigationHelper(UrlMatcher matcher, WaitUntilState expectedLoadState, Logger logger)Constructor parameters in com.microsoft.playwright.impl with type arguments of type Logger Constructor Description WaitForEventLogger(ChannelOwner channelOwner, java.lang.String apiName, java.util.function.Function<Logger,T> supplier)
-