Uses of Class
com.microsoft.playwright.Page.GoBackOptions
Packages that use Page.GoBackOptions
-
Uses of Page.GoBackOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GoBackOptionsModifier and TypeMethodDescriptionPage.GoBackOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.GoBackOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.GoBackOptionsModifier and TypeMethodDescriptionPage.goBack(Page.GoBackOptions options) Returns the main resource response. -
Uses of Page.GoBackOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GoBackOptionsModifier and TypeMethodDescriptionPageImpl.goBack(Page.GoBackOptions options) (package private) ResponsePageImpl.goBackImpl(Page.GoBackOptions options)