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.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public void Skip(string URLmask)
public void Skip(string URLmask)
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

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
NetworkResponseModifier.Skip (“www.example.com/*”)
NetworkResponseModifier.Skip (“www.example.com/*”)
NetworkResponseModifier.Skip (“www.example.com/*”)