Package com.microsoft.playwright.impl
Class WaitForEventLogger<T>
java.lang.Object
com.microsoft.playwright.impl.WaitForEventLogger<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWaitForEventLogger(ChannelOwner channelOwner, String apiName, Function<Logger, T> supplier) -
Method Summary
Modifier and TypeMethodDescriptionget()voidprivate voidsendWaitForEventInfo(com.google.gson.JsonObject info)
-
Field Details
-
supplier
-
channel
-
waitId
-
apiName
-
-
Constructor Details
-
WaitForEventLogger
WaitForEventLogger(ChannelOwner channelOwner, String apiName, Function<Logger, T> supplier)
-
-
Method Details