I am trying to scrape a site and there is an element that if you move your mouse over it it displays some information in a bubble. I am using Selenium to scrape the page but I don't know how to locate the specific element.
Looking at the source of the page I get this:
<td class="right odds up"><div onmouseout="delayHideTip()" onmouseover="page.hist(this,'P-0.00-0-0','1sj0oxv464x0x3pm6i',14,event,0,1)">
Providing some details, the following is the page I want to scrape: match page. When you move your mouse over the arrows and the numbers a rectangle appears with some content. That's what I want to get.