How can I find element by aria-label attribute name in Watin?
aria-label
I searched all the options but didn't find any way to do it.
You can use Find.By("aria-label","value") constraint.
Thanks,
Sham_