getResponseBodyForInterception
suspend fun getResponseBodyForInterception(args: Network.GetResponseBodyForInterceptionParameter, mode: CommandMode = CommandMode.DEFAULT): Network.GetResponseBodyForInterceptionReturn
Returns content served for the given currently intercepted request.
suspend fun getResponseBodyForInterception(interceptionId: String): Network.GetResponseBodyForInterceptionReturn
Returns content served for the given currently intercepted request.
Parameters
interceptionId
Identifier for the intercepted request to get body for.