Uses of Interface
com.microsoft.playwright.impl.Logger
Packages that use Logger
-
Uses of Logger in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement LoggerFields in com.microsoft.playwright.impl declared as LoggerModifier and TypeFieldDescriptionprivate final LoggerFrameImpl.WaitForLoadStateHelper.loggerprivate final LoggerFrameImpl.WaitForNavigationHelper.loggerFields in com.microsoft.playwright.impl with type parameters of type LoggerMethods in com.microsoft.playwright.impl with parameters of type LoggerModifier and TypeMethodDescription(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, Runnable code, Frame.WaitForNavigationOptions options) private ResponseFrameImpl.waitForNavigationImpl(Logger logger, Runnable code, Frame.WaitForNavigationOptions options, UrlMatcher matcher) private ResponsePageImpl.waitForNavigationImpl(Logger logger, 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 LoggerModifier and TypeMethodDescription(package private) <T> TChannelOwner.withWaitLogging(String apiName, Function<Logger, T> code) Constructors in com.microsoft.playwright.impl with parameters of type LoggerModifierConstructorDescription(package private)WaitForLoadStateHelper(WaitUntilState state, Logger logger) (package private)WaitForNavigationHelper(UrlMatcher matcher, WaitUntilState expectedLoadState, Logger logger) Constructor parameters in com.microsoft.playwright.impl with type arguments of type LoggerModifierConstructorDescription(package private)WaitForEventLogger(ChannelOwner channelOwner, String apiName, Function<Logger, T> supplier)