125126127128129130131132133
// add the rule for the get adapter process addRule(ruleSet, WebDriverElements.GET, new GetOperationRule()); // add the rule for the post adapter process addRule(ruleSet, WebDriverElements.POST, new PostOperationRule()); } }; }