Uses of Class
com.microsoft.playwright.Route.FallbackOptions
-
Packages that use Route.FallbackOptions Package Description com.microsoft.playwright -
-
Uses of Route.FallbackOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Route.FallbackOptions Modifier and Type Method Description Route.FallbackOptionsRoute.FallbackOptions. setHeaders(Map<String,String> headers)If set changes the request HTTP headers.Route.FallbackOptionsRoute.FallbackOptions. setMethod(String method)If set changes the request method (e.g.Route.FallbackOptionsRoute.FallbackOptions. setPostData(byte[] postData)If set changes the post data of request.Route.FallbackOptionsRoute.FallbackOptions. setPostData(String postData)If set changes the post data of request.Route.FallbackOptionsRoute.FallbackOptions. setUrl(String url)If set changes the request URL.Methods in com.microsoft.playwright with parameters of type Route.FallbackOptions Modifier and Type Method Description voidRoute. fallback(Route.FallbackOptions options)When several routes match the given pattern, they run in the order opposite to their registration.
-