Uses of Class
com.microsoft.playwright.Frame.WaitForURLOptions
Packages that use Frame.WaitForURLOptions
-
Uses of Frame.WaitForURLOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForURLOptionsModifier and TypeMethodDescriptionFrame.WaitForURLOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Frame.WaitForURLOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Frame.WaitForURLOptionsModifier and TypeMethodDescriptionvoidFrame.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. -
Uses of Frame.WaitForURLOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.WaitForURLOptionsModifier and TypeMethodDescriptionprivate voidFrameImpl.waitForURL(UrlMatcher matcher, Frame.WaitForURLOptions options) voidFrameImpl.waitForURL(String url, Frame.WaitForURLOptions options) voidFrameImpl.waitForURL(Predicate<String> url, Frame.WaitForURLOptions options) voidFrameImpl.waitForURL(Pattern url, Frame.WaitForURLOptions options) (package private) voidFrameImpl.waitForURLImpl(Logger logger, UrlMatcher matcher, Frame.WaitForURLOptions options)