// add the rule for the content adapter process
addRule(ruleSet, WebDriverElements.CONTENT, new ContentRule());
// add the rule for the script adapter process
addRule(ruleSet, WebDriverElements.SCRIPT, new ScriptRule());
// add the rule for the proxy adapter process
addRule(ruleSet, WebDriverElements.PROXY, new ProxyRule());
// add the rule for the get adapter process