Uses of Class
com.microsoft.playwright.impl.WaitableResult
Packages that use WaitableResult
-
Uses of WaitableResult in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as WaitableResultModifier and TypeFieldDescriptionprivate final WaitableResult<ArtifactImpl> VideoImpl.waitableArtifactFields in com.microsoft.playwright.impl with type parameters of type WaitableResultModifier and TypeFieldDescriptionprivate final Map<Integer, WaitableResult<com.google.gson.JsonElement>> Connection.callbacksMethods in com.microsoft.playwright.impl that return WaitableResultModifier and TypeMethodDescriptionprivate WaitableResult<com.google.gson.JsonElement> Connection.internalSendMessage(String guid, String method, com.google.gson.JsonObject params, boolean sendStack) (package private) WaitableResult<com.google.gson.JsonElement> BrowserContextImpl.pause()(package private) WaitableResult<com.google.gson.JsonElement> ChannelOwner.sendMessageAsync(String method, com.google.gson.JsonObject params) WaitableResult<com.google.gson.JsonElement> Connection.sendMessageAsync(String guid, String method, com.google.gson.JsonObject params)