Simple question - how can I make selenium IDE record all mousemove events? There doesn't seem to be an option to do that. Do I need another plugin/extension for that?
Thanks
Simple question - how can I make selenium IDE record all mousemove events? There doesn't seem to be an option to do that. Do I need another plugin/extension for that?
Thanks
Selenium IDE won't auto-record this for you. But it looks like you might be able to use some javascript magic to record this: Javascript - Track mouse position
I'd question why you want this data. If it's to record coordinates to then write tests there are better ways to record where to click, etc by using locators.