Uses of Class
com.microsoft.playwright.Page.WaitForFunctionOptions
-
Packages that use Page.WaitForFunctionOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Page.WaitForFunctionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForFunctionOptions Modifier and Type Method Description Page.WaitForFunctionOptionsPage.WaitForFunctionOptions. setPollingInterval(double pollingInterval)If specified, then it is treated as an interval in milliseconds at which the function would be executed.Page.WaitForFunctionOptionsPage.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 JSHandlePage. waitForFunction(java.lang.String expression, java.lang.Object arg, Page.WaitForFunctionOptions options)Returns when theexpressionreturns a truthy value. -
Uses of Page.WaitForFunctionOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForFunctionOptions Modifier and Type Method Description JSHandlePageImpl. waitForFunction(java.lang.String pageFunction, java.lang.Object arg, Page.WaitForFunctionOptions options)
-