Hi,
I treid to use css for this website
and I'm able to extract the value oggetto using
tr:nth-child(-n+10) > td:nth-child(3)> a> span but I can't extract the title part because if I use
tr:nth-child(-n+10) > td:nth-child(3)> a I receive back all the values
can you help me ?
thx
Francesco
PS I read the documentation but I'm not able to find a solution