Skip to main content

Hi

i need to extract only text inside span

I used this css string for this website http://sac5.halleysac.it/c038007/mc/mc_p_ricerca.php?multiente=c038007&pag=0

tbody > tr:nth-child(-n+20) > td.break-all

 

image 

thx

Francesco

If you want the content of the span element that is within a <td> element with class='break-all" then td.break-all span should work

 

image


Reply