Mouse the focus to an object using selenium python
问题 I am automating a website using selenium RC and python 2.7 on Ubuntu Linux. Here is what I need to do: Go to the site http://borro.com. Scroll down to the bottom of the page using key down native command I need to hover the mouse on g +1 read the tool tip click on the name that appears in the tool tip. The problem I am having is -- I need the mouse to physically move there, wait for say 2 secs and then read the tool tip and click on the name The mouse is not physically moving there and I