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.
That should work in Selenium, I’ve just tried it myself. Make sure you specify that the locator type is CSS by preceding your locator with
css=. Also, the quotes shouldn’t be necessary: