pywinauto_recorder.player.mouse_wheel

pywinauto_recorder.player.mouse_wheel(steps, pause=0.05)[source]

Turns the mouse wheel up or down.

Parameters
  • steps (int) – number of wheel steps, if positive the mouse wheel is turned up else it is turned down

  • pause (float) – pause in seconds between each wheel step

Return type

None