Uses of Class
com.microsoft.playwright.Frame.WaitForURLOptions
-
Packages that use Frame.WaitForURLOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String url, Frame.WaitForURLOptions options)Waits for the frame to navigate to the given URL.voidFrame. waitForURL(java.util.function.Predicate<java.lang.String> url, Frame.WaitForURLOptions options)Waits for the frame to navigate to the given URL.voidFrame. waitForURL(java.util.regex.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.WaitForURLOptions Modifier and Type Method Description private voidFrameImpl. waitForURL(UrlMatcher matcher, Frame.WaitForURLOptions options)voidFrameImpl. waitForURL(java.lang.String url, Frame.WaitForURLOptions options)voidFrameImpl. waitForURL(java.util.function.Predicate<java.lang.String> url, Frame.WaitForURLOptions options)voidFrameImpl. waitForURL(java.util.regex.Pattern url, Frame.WaitForURLOptions options)(package private) voidFrameImpl. waitForURLImpl(Logger logger, UrlMatcher matcher, Frame.WaitForURLOptions options)
-