NetworkResponseModifier.Skip Method

Definition

Ignores all previously defined Network Response Modifiers (related to the URL string mask) starting from the Skip method’s line and through the rest of the script. Additional modifiers added after Skip will be applied as usual.

public void Skip(string URLmask)

Parameters

 URLmask  string

URLmask can be any part of the URL. Use “*” as a wildcard at the beginning or end of the string and “?” as a single-letter wildcard.

Examples

NetworkResponseModifier.Skip (“www.example.com/*”)