Uses of Class
com.microsoft.playwright.Page.GoForwardOptions
Packages that use Page.GoForwardOptions
-
Uses of Page.GoForwardOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GoForwardOptionsModifier and TypeMethodDescriptionPage.GoForwardOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.GoForwardOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.GoForwardOptionsModifier and TypeMethodDescriptionPage.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.GoForwardOptionsModifier and TypeMethodDescriptionPageImpl.goForward(Page.GoForwardOptions options) (package private) ResponsePageImpl.goForwardImpl(Page.GoForwardOptions options)