-
Print
-
DarkLight
Can I test mouse operations such as right-clicks and hover?
Operation | |
---|---|
mouseover (hover) | Can be recorded using Autify Recorder's standard functions. (See below for details.) |
Left click (normal click) | Can be recorded using Autify Recorder's standard functions. If recording is in progress, simply perform the click operation and it will be recorded as a click step. |
Right-click | Can be recorded using a JS Step. Please refer to this documentation. |
Double-click | Can be recorded using a JS Step. Please refer to this documentation. |
Drag and drop | Not supported (It is planned). |
How to record mouseover action
To record mouseover (hover), right-click the target element while recording and select "Add Hover Step" from the context menu that appears.