Package com.microsoft.playwright.impl
Class LocalUtils
- java.lang.Object
-
- com.microsoft.playwright.impl.LoggingSupport
-
- com.microsoft.playwright.impl.ChannelOwner
-
- com.microsoft.playwright.impl.LocalUtils
-
class LocalUtils extends ChannelOwner
-
-
Field Summary
-
Fields inherited from class com.microsoft.playwright.impl.ChannelOwner
connection, guid, initializer, type
-
-
Constructor Summary
Constructors Constructor Description LocalUtils(ChannelOwner parent, java.lang.String type, java.lang.String guid, com.google.gson.JsonObject initializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidtraceDiscarded(java.lang.String stacksId)(package private) java.lang.StringtracingStarted(java.lang.String tracesDir, java.lang.String traceName)(package private) voidzip(java.nio.file.Path zipFile, com.google.gson.JsonArray entries, java.lang.String stacksId, boolean appendMode, boolean includeSources)-
Methods inherited from class com.microsoft.playwright.impl.ChannelOwner
adopt, disposeChannelOwner, handleEvent, runUntil, sendMessage, sendMessage, sendMessageAsync, toProtocolRef, withLogging, withWaitLogging
-
Methods inherited from class com.microsoft.playwright.impl.LoggingSupport
logApi, logApiIfEnabled, logWithTimestamp, withLogging
-
-
-
-
Constructor Detail
-
LocalUtils
LocalUtils(ChannelOwner parent, java.lang.String type, java.lang.String guid, com.google.gson.JsonObject initializer)
-
-
Method Detail
-
zip
void zip(java.nio.file.Path zipFile, com.google.gson.JsonArray entries, java.lang.String stacksId, boolean appendMode, boolean includeSources)
-
traceDiscarded
void traceDiscarded(java.lang.String stacksId)
-
tracingStarted
java.lang.String tracingStarted(java.lang.String tracesDir, java.lang.String traceName)
-
-