Feature and motivation
// Include elements with this attribute:
By.Attribute("formcontrolname");
// Include elements with this attribute, and its value equals or contains "verifyText":
By.Attribute("formcontrolname", "verifyText");
thinks
Usage example
to search some eles or ele by Attribute