Uses of Class
com.microsoft.playwright.Route.FallbackOptions
Packages that use Route.FallbackOptions
-
Uses of Route.FallbackOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Route.FallbackOptionsModifier and TypeMethodDescriptionRoute.FallbackOptions.setHeaders(Map<String, String> headers) If set changes the request HTTP headers.If set changes the request method (e.g.Route.FallbackOptions.setPostData(byte[] postData) If set changes the post data of request.Route.FallbackOptions.setPostData(String postData) If set changes the post data of request.If set changes the request URL.Methods in com.microsoft.playwright with parameters of type Route.FallbackOptionsModifier and TypeMethodDescriptionvoidRoute.fallback(Route.FallbackOptions options) When several routes match the given pattern, they run in the order opposite to their registration. -
Uses of Route.FallbackOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Route.FallbackOptionsModifier and TypeMethodDescriptionprivate voidRouteImpl.applyOverrides(Route.FallbackOptions options) voidRouteImpl.fallback(Route.FallbackOptions options)