I have the below html element
<span class="iconLinkContext icon_document_add_24x24">Copy Item from...</span>
I am finding the above element using xpath
//span[text()="TEXT"]
What is the equivalent in css?
Thanks
I have the below html element
<span class="iconLinkContext icon_document_add_24x24">Copy Item from...</span>
I am finding the above element using xpath
//span[text()="TEXT"]
What is the equivalent in css?
Thanks