My HTML is following:
<li>
<span>
<strong>13. </strong>
"For any queries, call 123456789"
</span>
</li
I want to make the xpath containing the text ""For any queries" to scroll my element to this particular text. I tried to make the xpath like
" //span//[contains(text(),'For any queries')] "
but it is not working.