I have HTML code like this
<td>Save</td>
I couldn't locate the element using FireFinder by td:contains("Save")
Is FireFinder wont support the :contains or innerHTML cant be located by :contains?
Read that in Selenium too, :contains wont be supported? However, I couldn't find a documentation for that.