Uses of Class
com.microsoft.playwright.Frame.WaitForFunctionOptions
-
Packages that use Frame.WaitForFunctionOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Frame.WaitForFunctionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForFunctionOptions Modifier and Type Method Description Frame.WaitForFunctionOptionsFrame.WaitForFunctionOptions. setPollingInterval(double pollingInterval)If specified, then it is treated as an interval in milliseconds at which the function would be executed.Frame.WaitForFunctionOptionsFrame.WaitForFunctionOptions. setTimeout(double timeout)Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.WaitForFunctionOptions Modifier and Type Method Description JSHandleFrame. waitForFunction(java.lang.String expression, java.lang.Object arg, Frame.WaitForFunctionOptions options)Returns when theexpressionreturns a truthy value, returns that value. -
Uses of Frame.WaitForFunctionOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.WaitForFunctionOptions Modifier and Type Method Description JSHandleFrameImpl. waitForFunction(java.lang.String pageFunction, java.lang.Object arg, Frame.WaitForFunctionOptions options)(package private) JSHandleFrameImpl. waitForFunctionImpl(java.lang.String pageFunction, java.lang.Object arg, Frame.WaitForFunctionOptions options)
-