data class SetRequestInterceptionRequestRequest object containing input parameters for the NetworkDomain.setRequestInterception command.
<init> |
Request object containing input parameters for the NetworkDomain.setRequestInterception command. SetRequestInterceptionRequest(patterns: List<RequestPattern>) |
patterns |
Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call. val patterns: List<RequestPattern> |