Uses of Class
com.microsoft.playwright.Page.NavigateOptions
-
Packages that use Page.NavigateOptions Package Description com.microsoft.playwright -
-
Uses of Page.NavigateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.NavigateOptions Modifier and Type Method Description Page.NavigateOptionsPage.NavigateOptions. setReferer(String referer)Referer header value.Page.NavigateOptionsPage.NavigateOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.NavigateOptionsPage.NavigateOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.NavigateOptions Modifier and Type Method Description ResponsePage. navigate(String url, Page.NavigateOptions options)Returns the main resource response.
-