// add the rule for the headers adapter process
addRule(ruleSet, WebDriverElements.HEADERS, NoopRule.getDefaultInstance());
// add the rule for the header adapter process
addRule(ruleSet, WebDriverElements.HEADER, new HeaderRule());
// add the rule for the cookies adapter process
addRule(ruleSet, WebDriverElements.COOKIES, NoopRule.getDefaultInstance());
// add the rule for the cookie adapter process