mouse
Scroll Mouse Wheel
Scrolls the mouse wheel by the specified number of clicks.
post/api/mouse/scroll
Request body
Example request
{
"clicks": 3,
"display_num": 1
}Response
Successfully performed scroll operation
Scrolls the mouse wheel by the specified number of clicks.
{
"clicks": 3,
"display_num": 1
}Successfully performed scroll operation