How can I find elements that match 2 or more attributes
Something like this for example:
HtmlElement he = instance.ActiveTab.FindElementByAttribute("input", "class", "email", "regexp", 0);
AND
HtmlElement he = instance.ActiveTab.FindElementByAttribute("input", "role", "login", "regexp", 0);