Uses of Class
com.microsoft.playwright.Frame.WaitForURLOptions
-
Packages that use Frame.WaitForURLOptions Package Description com.microsoft.playwright -
-
Uses of Frame.WaitForURLOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForURLOptions Modifier and Type Method Description Frame.WaitForURLOptionsFrame.WaitForURLOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Frame.WaitForURLOptionsFrame.WaitForURLOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Frame.WaitForURLOptions Modifier and Type Method Description voidFrame. waitForURL(String url, Frame.WaitForURLOptions options)Waits for the frame to navigate to the given URL.voidFrame. waitForURL(Predicate<String> url, Frame.WaitForURLOptions options)Waits for the frame to navigate to the given URL.voidFrame. waitForURL(Pattern url, Frame.WaitForURLOptions options)Waits for the frame to navigate to the given URL.
-