Class SelectorsImpl
java.lang.Object
com.microsoft.playwright.impl.LoggingSupport
com.microsoft.playwright.impl.ChannelOwner
com.microsoft.playwright.impl.SelectorsImpl
-
Field Summary
Fields inherited from class ChannelOwner
connection, guid, initializer, type -
Constructor Summary
ConstructorsConstructorDescriptionSelectorsImpl(ChannelOwner parent, String type, String guid, com.google.gson.JsonObject initializer) -
Method Summary
Modifier and TypeMethodDescription(package private) voidregisterImpl(String name, String script, Selectors.RegisterOptions options) Methods inherited from class ChannelOwner
adopt, disposeChannelOwner, handleEvent, runUntil, sendMessage, sendMessage, sendMessageAsync, toProtocolRef, withLogging, withWaitLoggingMethods inherited from class LoggingSupport
logApi, logApiIfEnabled, logWithTimestamp, withLogging
-
Constructor Details
-
SelectorsImpl
SelectorsImpl(ChannelOwner parent, String type, String guid, com.google.gson.JsonObject initializer)
-
-
Method Details
-
registerImpl
-