Uses of Interface
com.microsoft.playwright.JSHandle
Packages that use JSHandle
-
Uses of JSHandle in com.microsoft.playwright
Subinterfaces of JSHandle in com.microsoft.playwrightModifier and TypeInterfaceDescriptioninterfaceElementHandle represents an in-page DOM element.Methods in com.microsoft.playwright that return JSHandleModifier and TypeMethodDescriptiondefault JSHandleFrame.evaluateHandle(String expression) Returns the return value ofexpressionas aJSHandle.Frame.evaluateHandle(String expression, Object arg) Returns the return value ofexpressionas aJSHandle.default JSHandleJSHandle.evaluateHandle(String expression) Returns the return value ofexpressionas aJSHandle.JSHandle.evaluateHandle(String expression, Object arg) Returns the return value ofexpressionas aJSHandle.default JSHandleLocator.evaluateHandle(String expression) Execute JavaScript code in the page, taking the matching element as an argument, and return aJSHandlewith the result.default JSHandleLocator.evaluateHandle(String expression, Object arg) Execute JavaScript code in the page, taking the matching element as an argument, and return aJSHandlewith the result.Locator.evaluateHandle(String expression, Object arg, Locator.EvaluateHandleOptions options) Execute JavaScript code in the page, taking the matching element as an argument, and return aJSHandlewith the result.default JSHandlePage.evaluateHandle(String expression) Returns the value of theexpressioninvocation as aJSHandle.Page.evaluateHandle(String expression, Object arg) Returns the value of theexpressioninvocation as aJSHandle.default JSHandleWorker.evaluateHandle(String expression) Returns the return value ofexpressionas aJSHandle.Worker.evaluateHandle(String expression, Object arg) Returns the return value ofexpressionas aJSHandle.JSHandle.getProperty(String propertyName) Fetches a single property from the referenced object.default JSHandleFrame.waitForFunction(String expression) Returns when theexpressionreturns a truthy value, returns that value.default JSHandleFrame.waitForFunction(String expression, Object arg) Returns when theexpressionreturns a truthy value, returns that value.Frame.waitForFunction(String expression, Object arg, Frame.WaitForFunctionOptions options) Returns when theexpressionreturns a truthy value, returns that value.default JSHandlePage.waitForFunction(String expression) Returns when theexpressionreturns a truthy value.default JSHandlePage.waitForFunction(String expression, Object arg) Returns when theexpressionreturns a truthy value.Page.waitForFunction(String expression, Object arg, Page.WaitForFunctionOptions options) Returns when theexpressionreturns a truthy value.Methods in com.microsoft.playwright that return types with arguments of type JSHandle -
Uses of JSHandle in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement JSHandleMethods in com.microsoft.playwright.impl that return JSHandleModifier and TypeMethodDescriptionFrameImpl.evaluateHandle(String pageFunction, Object arg) JSHandleImpl.evaluateHandle(String pageFunction, Object arg) LocatorImpl.evaluateHandle(String expression, Object arg, Locator.EvaluateHandleOptions options) PageImpl.evaluateHandle(String pageFunction, Object arg) WorkerImpl.evaluateHandle(String pageFunction, Object arg) (package private) JSHandleFrameImpl.evaluateHandleImpl(String pageFunction, Object arg) JSHandleImpl.getProperty(String propertyName) FrameImpl.waitForFunction(String pageFunction, Object arg, Frame.WaitForFunctionOptions options) PageImpl.waitForFunction(String pageFunction, Object arg, Page.WaitForFunctionOptions options) (package private) JSHandleFrameImpl.waitForFunctionImpl(String pageFunction, Object arg, Frame.WaitForFunctionOptions options) Methods in com.microsoft.playwright.impl that return types with arguments of type JSHandle