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