LDTP  2.3.1
activatetext

Syntax

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

Description

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

ImplementationDetails

Return values:
1on success and 0 otherwise

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/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>