Uses of Class
com.microsoft.playwright.Page.GoForwardOptions
-
Packages that use Page.GoForwardOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Page.GoForwardOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GoForwardOptions Modifier and Type Method Description Page.GoForwardOptionsPage.GoForwardOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.GoForwardOptionsPage.GoForwardOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.GoForwardOptions Modifier and Type Method Description ResponsePage. goForward(Page.GoForwardOptions options)Returns the main resource response. -
Uses of Page.GoForwardOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GoForwardOptions Modifier and Type Method Description ResponsePageImpl. goForward(Page.GoForwardOptions options)(package private) ResponsePageImpl. goForwardImpl(Page.GoForwardOptions options)
-