I am trying to test a site with a drop down menu which is expanded by on onmouseenter event. I know this event is IE only, but I am unable to get the event to record/playback using Sahi in IE8 or IE9.
In the Sahi config there is a file htdocs\spr\concat.js which appears to contain event handling. I have tried to modify this file to add support for the extra event by duplicating the _mouserOver event and renaming it to _mouseEnter. I have also added _mouseEnter to the scheduler_functions.txt config file.
Unfortunately this had no effect.
Does Sahi support configuring extra events? If so, what is the process for adding extra events?