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