activatetext

Syntax

activatetext ('<window name>', '<component name>')

Description

activates the text box ( similar to press enter after setting text)

Implementation

Return values:
1 on success and 0 otherwise
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/text.c

Example

With respect to gftp-gtk structure

activatetext ('gFTP', 'txtUser')

This is to activate the text box 'txtUser' in gftp-gtk

Author:
Shagan <shagan.glare@gmail.com>


Linux Desktop Testing Project