Main Page
Related Pages
S
earch for
LDTP User manual
»
embeddedcomponent
enterstring
Syntax
enterstring ('<window name>', '<object name>', '<data>')
Description
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.
Implementation
Todo:
Return values:
Returns
1 on success, LdtpExecutionError exception will be thrown on failure
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/device.c
Example
enterstring ('*-gedit', 'txt0', 'Testing LDTP\'s enterstring function')
Author:
Prashanth Mohan <
prashmohan@gmail.com
>
Linux Desktop Testing Project