I'm scraping a web with the following structure
<tbody>
<tr class='Leaguestitle'>...<\tr>
<tr id='tr1_abababa'>..<\tr>
<tr id='tr2_abababa'>..<\tr>
.
.
<tr id='tr1_acacaca'>..&l...
I can not get Java and webdriver to click on an XPath.
The website is the one of Movistar: www.movistar.es/Privada/DesafioUnico
Here is the image and command that I have placed.