Package com.microsoft.playwright.impl
Class WaitForEventLogger<T>
- java.lang.Object
-
- com.microsoft.playwright.impl.WaitForEventLogger<T>
-
-
Constructor Summary
Constructors Constructor Description WaitForEventLogger(ChannelOwner channelOwner, java.lang.String apiName, java.util.function.Function<Logger,T> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()voidlog(java.lang.String message)private voidsendWaitForEventInfo(com.google.gson.JsonObject info)
-
-
-
Field Detail
-
channel
private final ChannelOwner channel
-
waitId
private final java.lang.String waitId
-
apiName
private final java.lang.String apiName
-
-
Constructor Detail
-
WaitForEventLogger
WaitForEventLogger(ChannelOwner channelOwner, java.lang.String apiName, java.util.function.Function<Logger,T> supplier)
-
-