Category "onmouseover"

Is it possible to speed up move_to_element() in Selenium or what are other alternatives?

What is the fastest way to trigger an onmouseover event when scraping a webpage? So I want to move the mouse over a div element, which is then calling a javasc

onmouseover="this.click()" for Android

I am using this code: <a href="http://www...." onmouseover="this.click()">Link</a> I know that's not working with Android Browser. Which (javas