appendtext ('<window name>', '<component name>', '<text>')
Appends the given text with already present text
- Return values:
-
| 1 | on success and 0 otherwise |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/text.c
With respect to gedit structure
appendtext('gedit','txtmain','Sample text')
This to append 'Sample text' to the 'main' text box contents in gedit
- Author:
- Shagan <shagan.glare@gmail.com>
Linux Desktop Testing Project