Uses of Class
com.microsoft.playwright.Frame.WaitForLoadStateOptions
-
Packages that use Frame.WaitForLoadStateOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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. -
Uses of Frame.WaitForLoadStateOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.WaitForLoadStateOptions Modifier and Type Method Description voidFrameImpl. waitForLoadState(LoadState state, Frame.WaitForLoadStateOptions options)(package private) voidFrameImpl. waitForLoadStateImpl(LoadState state, Frame.WaitForLoadStateOptions options, Logger logger)private voidFrameImpl. waitForLoadStateImpl(WaitUntilState state, Frame.WaitForLoadStateOptions options, Logger logger)
-