Needed some help with pattern matching in Selenium. I am trying to read the following inner div tags,
<div>
<div class="xyz one"></div>
<div class="xyz two"></div>
<div class="xyz three"></div>
</div>
Is there a way I can do this? Any suggestions would be much appreciated.
Cheers