I've encountered below kind of output 1st time and not able to figure out how to get CSS selector out of this
sample data from html
<a class="\"custom-fund-name\"\r\n" href="\"\/stocks\/42508\/icici-bank-ltd#overview\"">\r\n ICICI Bank <\/a>\r\n <\/div>\r\n <\/td>\r\n </a>
<a class="\"custom-fund-name\"\r\n" href="\"\/stocks\/175842\/tube-investments-of-india-ltd#overview\"">\r\n Tube Investments Of India <\/a>\r\n <\/div>\r\n <\/td>\r\n </a>
I tried a[href*=/stocks/] but it's not working
My requirement is to get anchor element values namely ICICI Bank, Tube Investments Of India etc from HTML output