Uses of Class
org.openqa.selenium.devtools.v115.fetch.Fetch.GetResponseBodyResponse
Packages that use Fetch.GetResponseBodyResponse
-
Uses of Fetch.GetResponseBodyResponse in org.openqa.selenium.devtools.v115.fetch
Methods in org.openqa.selenium.devtools.v115.fetch that return types with arguments of type Fetch.GetResponseBodyResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Fetch.GetResponseBodyResponse>
Fetch.getResponseBody
(RequestId requestId) Causes the body of the response to be received from the server and returned as a single string.