Changelog

The format is based on Keep a Changelog.

[1.2.7] - 2022-07-19

  • Restored human_delay change in emulate_keyboard_press

[1.2.6] - 2022-07-19

  • Increated human_delay on emulate_keyboard_press & menu_click as now menus use async actions

[1.2.5] - 2022-06-27

  • Added ignore_case parameter to find_menu

[1.2.4] - 2022-05-27

  • Added parameter key_end to input function so you can use alternative key to KeyboardInput.ENTER like KeyboardInput.TAB

  • Added support for ui.FloatSlider which requires CTRL pressed to start typing

[1.2.3] - 2022-05-19

  • Added KeyDownScope

[1.2.2] - 2022-04-20

  • Quiet human_delay spam in ui_test

[1.2.1] - 2022-03-16

  • Added drag_drop method to WidgetRef

[1.2.0] - 2022-03-11

  • Add emulate_mouse_scroll method

[1.1.1] - 2022-03-11

  • Add emulate_mouse_drag_and_drop added pause before drop to prevent failures on linux

[1.1.0] - 2022-02-23

  • Add emulate_key_combo method

[1.0.3] - 2021-12-10

Updated

  • Updated emulate_mouse_move_and_click to pass on double click

  • Fixed emulate_mouse_click double click

[1.0.2] - 2021-11-24

Updated

  • Added variable human_delay support in functions

  • Added model accessor to WidgetRef

  • Added compare function to Vec2

  • Fix for viewport right-click

[1.0.1] - 2021-11-16

Updated

  • Add more docs and types, cleanup API

[1.0.0] - 2021-10-01

Changes

  • Created