Posted: Sat Jul 22, 2006 9:42 am Post subject: How to set the text of a text box in Python?
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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum