LDTP  2.3.1
ischilditemselected

Syntax

ischilditemselected('<dlgName>', '<object name>', '<item>')

Description

In layered pane, this function call checks whether the given file / folder is selected in the previously selected list.

Return values:
Selecteditem count on success, LdtpExecutionError exception on failure

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/layered-pane.c

Example

ischilditemselected('x-nautilus-desktop', 'Icon View', 'file-name.txt')

Author:
Nagappan Alagappan <nagappan@gmail.com>