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