I use RanorexPython and want to automate some simple controls.
CheckBox, Button and ComboBox works fine, but I cannot find a function EditboxSetText.
How can I set the text of a text box?
You can use the control functions for every control type.
To set the text of an edit box, use ControlSetText(editbox,'text').
Please study the sample ControlTest.py, you can see here, how to use the control functions.