// add the rule for the cookies adapter process
addRule(ruleSet, WebDriverElements.COOKIES, NoopRule.getDefaultInstance());
// add the rule for the cookie adapter process
addRule(ruleSet, WebDriverElements.COOKIE, new CookieRule());
// add the rule for the content adapter process
addRule(ruleSet, WebDriverElements.CONTENT, new ContentRule());
// add the rule for the script adapter process