Is there a css contains in Selenium? There used to be: a:contains('Log Out')
but this no longer works.
Is there a css equivlent for:
//*[contains(@class, 'dd')]
on https://stackoverflow.com/questions
How would I write the above as a CSS using contains.