CompiledScript.StartNetworkBodyAnalyzer Method

Definition

Allows verification of the response body content received from the target web page elements. Supports filtering responses by URL mask. Used in conjunction with StopAnalyzer. See more here.

public void StartNetworkBodyAnalyzer(string Name, WatcherType watcherType, string  filter, string  searchPattern, MaskType maskType, AnalyzingType analyzingType, int minCount, int maxCount)

Parameters

 Name  string

 watcherType  WatcherType 

 filter  string

 searchPattern  string

 maskType  MaskType

 analyzingType  AnalyzingType

 minCount  int

 maxCount  int

Examples

StartNetworkBodyAnalyzer ("BodyAnalyzer_1", WatcherType.Alert, "GetAccount", "*\"Has Department\":true*", MaskType.Wildcard, AnalyzingType.Match, 1, 0);