In order to not pollute the script with a lot of useless
MoveMouse actions,
Silk Test Workbench does the following:
- Only records a
MoveMouse action if the mouse stands still for a specific time.
- Only records
MoveMouse actions if it observes activity going on after an element was hovered over. In some situations, you might need to add some
manual actions to your script.
- Silk Test Workbench supports recording mouse moves only for Web applications, Win32 applications, and Windows Forms applications.
Silk Test Workbench does not support recording mouse moves for child technology domains of the xBrowser technology domain, for example
Apache Flex and Swing.