In order to not pollute the script with a lot of useless
MoveMouse actions,
Silk4J 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.
- Silk4J supports recording mouse moves only for Web applications, Win32 applications, and Windows Forms applications.
Silk4J does not support recording mouse moves for child technology domains of the xBrowser technology domain, for example
Apache Flex and Swing.