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. setPollingInterval(double pollingInterval)
If specified, then it is treated as an interval in milliseconds at which the function would be executed.Page.WaitForFunctionOptions
Page.WaitForFunctionOptions. setTimeout(double timeout)
maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.WaitForFunctionOptions Modifier and Type Method Description JSHandle
Page. waitForFunction(String expression, Object arg, Page.WaitForFunctionOptions options)
Returns when theexpression
returns a truthy value.
-