Uses of Class
com.microsoft.playwright.Frame.WaitForLoadStateOptions
-
Packages that use Frame.WaitForLoadStateOptions Package Description com.microsoft.playwright -
-
Uses of Frame.WaitForLoadStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForLoadStateOptions Modifier and Type Method Description Frame.WaitForLoadStateOptionsFrame.WaitForLoadStateOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Methods in com.microsoft.playwright with parameters of type Frame.WaitForLoadStateOptions Modifier and Type Method Description voidFrame. waitForLoadState(LoadState state, Frame.WaitForLoadStateOptions options)Waits for the required load state to be reached.
-