Uses of Class
com.microsoft.playwright.Route.FetchOptions
Packages that use Route.FetchOptions
-
Uses of Route.FetchOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Route.FetchOptionsModifier and TypeMethodDescriptionRoute.FetchOptions.setHeaders(Map<String, String> headers) If set changes the request HTTP headers.Route.FetchOptions.setMaxRedirects(int maxRedirects) Maximum number of request redirects that will be followed automatically.If set changes the request method (e.g.Route.FetchOptions.setPostData(byte[] postData) If set changes the post data of request.Route.FetchOptions.setPostData(String postData) If set changes the post data of request.Route.FetchOptions.setTimeout(double timeout) Request timeout in milliseconds.If set changes the request URL.Methods in com.microsoft.playwright with parameters of type Route.FetchOptionsModifier and TypeMethodDescriptionRoute.fetch(Route.FetchOptions options) Performs the request and fetches result without fulfilling it, so that the response could be modified and then fulfilled. -
Uses of Route.FetchOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Route.FetchOptions