Uses of Class
org.openqa.selenium.devtools.v95.fetch.Fetch.GetResponseBodyResponse
-
Packages that use Fetch.GetResponseBodyResponse Package Description org.openqa.selenium.devtools.v95.fetch -
-
Uses of Fetch.GetResponseBodyResponse in org.openqa.selenium.devtools.v95.fetch
Methods in org.openqa.selenium.devtools.v95.fetch that return types with arguments of type Fetch.GetResponseBodyResponse Modifier and Type Method Description static 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.
-