Search code examples
htmlwatinwai-aria

How can I find element by "aria-label" attribute name in Watin?


How can I find element by aria-label attribute name in Watin?

I searched all the options but didn't find any way to do it.


Solution

  • You can use Find.By("aria-label","value") constraint.

    Thanks,

    Sham_