<Span class='abc' id='cell-123'>test123</span>
How can I retrieve the value of span based on value
Xpath = //span[text()='test123']
CSS = span:contains('test123')
Above CSS is not working is the syntax correct? Can anyone help with how to retrieve the element value by CSS selector