Uses of Class
com.microsoft.playwright.impl.Router.HandleResult
-
Packages that use Router.HandleResult Package Description com.microsoft.playwright.impl -
-
Uses of Router.HandleResult in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl that return Router.HandleResult Modifier and Type Method Description (package private) Router.HandleResultRouter. handle(RouteImpl route)static Router.HandleResultRouter.HandleResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Router.HandleResult[]Router.HandleResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-