Hi I'm trying to find those lines save the numbers 30.1 and -10.5 and click on Tony Marco. I'm triying VaR=driver.get_element_by_xpath("//id[contains(@class, 'PointsTabL PointsSel')]//*[contains(@title,'VaR')]") but doesn´t work. Could anybody help me please.
<td>
<a id="po-s-23320221-h" href="javascript:$M('po').onPoint('s',23320221,'h',30.1)" class="PointsTabL PointsSel">
<span class="VaR">30.1</span>
<span class="VaM">-10.5</span>
<span class="VaL" title="Tony Marco">Tony Marco</span>
</a>
</td>