Uses of Class
com.microsoft.playwright.Page.WaitForFunctionOptions
-
Packages that use Page.WaitForFunctionOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForFunctionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForFunctionOptions Modifier and Type Method Description Page.WaitForFunctionOptions
Page.WaitForFunctionOptions. withPollingInterval(int millis)
Page.WaitForFunctionOptions
Page.WaitForFunctionOptions. withRequestAnimationFrame()
Page.WaitForFunctionOptions
Page.WaitForFunctionOptions. withTimeout(Integer timeout)
Methods in com.microsoft.playwright with parameters of type Page.WaitForFunctionOptions Modifier and Type Method Description Deferred<JSHandle>
Page. waitForFunction(String pageFunction, Object arg, Page.WaitForFunctionOptions options)
Returns when thepageFunction
returns a truthy value.
-