enterstring ('<window name>', '<object name>', '<data>')
Functionality of enterstring is similar to typekey of LTFX project. Main difference is this function works based on accessibility. So, we could specify the window name, object name and finally the data string.
- Todo:
- Return values:
-
| Returns | 1 on success, LdtpExecutionError exception will be thrown on failure |
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/device.c
enterstring ('*-gedit', 'txt0', 'Testing LDTP\'s enterstring function')
- Author:
- Prashanth Mohan <prashmohan@gmail.com>