Uses of Class
com.microsoft.playwright.Page.ReloadOptions
-
Packages that use Page.ReloadOptions Package Description com.microsoft.playwright -
-
Uses of Page.ReloadOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.ReloadOptions Modifier and Type Method Description Page.ReloadOptionsPage.ReloadOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.ReloadOptionsPage.ReloadOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.ReloadOptions Modifier and Type Method Description ResponsePage. reload(Page.ReloadOptions options)This method reloads the current page, in the same way as if the user had triggered a browser refresh.
-