Uses of Class
com.microsoft.playwright.Frame.WaitForFunctionOptions
Packages that use Frame.WaitForFunctionOptions
-
Uses of Frame.WaitForFunctionOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForFunctionOptionsModifier and TypeMethodDescriptionFrame.WaitForFunctionOptions.setPollingInterval(double pollingInterval) If specified, then it is treated as an interval in milliseconds at which the function would be executed.Frame.WaitForFunctionOptions.setTimeout(double timeout) Maximum time to wait for in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.WaitForFunctionOptionsModifier and TypeMethodDescriptionFrame.waitForFunction(String expression, 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.WaitForFunctionOptionsModifier and TypeMethodDescriptionFrameImpl.waitForFunction(String pageFunction, Object arg, Frame.WaitForFunctionOptions options) (package private) JSHandleFrameImpl.waitForFunctionImpl(String pageFunction, Object arg, Frame.WaitForFunctionOptions options)