While developing CSS selectors to use with Selenium, I have encountered an issue with the pseudo-class :contains(). Even though the W3 has a draft of CSS3 that includes :contains(), it seems like the final version did not include it.
I am utilizing Chrome's tools to verify my CSS selectors and ensure they are correct. Unfortunately, Chrome does not support :contains(), which is not unexpected.
Is there a tool available that will enable me to experiment with selectors using :contains() on our webpages?
I am currently working on a Mac with Lion. Additionally, I may be restricted to using Firefox 3.5.7 as I have been advised to postpone updating for now.