Mouse interactions not showing in webdriver screenshots Mouse interactions not showing in webdriver screenshots selenium selenium

Mouse interactions not showing in webdriver screenshots


In my experience, with automations that route through Selenium Grid, no mouse is seen. Perhaps this is because the "mouse" is actually a virtual Selenium mouse and unconnected to the systems native mouse driver.


It seems as though the newest selenium (2.39) has addressed this issue and I am able to see mouse hover in this screenshot method. Thanks everyone for your help!