Merge branch 'master'
Showing
2 changed files
with
2 additions
and
0 deletions
No preview for this file type
| ... | @@ -348,6 +348,8 @@ namespace WebTest.WebService.Plugin.ResultTab | ... | @@ -348,6 +348,8 @@ namespace WebTest.WebService.Plugin.ResultTab |
| 348 | extractTextReference.Properties.Add(new PluginOrRuleProperty("XPathToSearch", this.XPathTextBox.Text)); | 348 | extractTextReference.Properties.Add(new PluginOrRuleProperty("XPathToSearch", this.XPathTextBox.Text)); |
| 349 | extractTextReference.Properties.Add(new PluginOrRuleProperty("Index", "0")); | 349 | extractTextReference.Properties.Add(new PluginOrRuleProperty("Index", "0")); |
| 350 | extractTextReference.Properties.Add(new PluginOrRuleProperty("ExtractRandomMatch", "False")); | 350 | extractTextReference.Properties.Add(new PluginOrRuleProperty("ExtractRandomMatch", "False")); |
| 351 | // Added new passIfNotFound | ||
| 352 | extractTextReference.Properties.Add(new PluginOrRuleProperty("passIfNotFound", "False")); | ||
| 351 | 353 | ||
| 352 | requestInWebTest.ExtractionRuleReferences.Add(extractTextReference); | 354 | requestInWebTest.ExtractionRuleReferences.Add(extractTextReference); |
| 353 | 355 | ... | ... |
-
Please register or sign in to post a comment