LDTP  2.3.1
unselectindex

Syntax

unselectindex('<dlgName>', '<object name>', <index>)

Description

In layered pane, this function call unselects the object based on index.

Return values:
1on success, LdtpExecutionError exception on failure

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

Example

# Unselects the first folder / file in desktop

unselectindex('x-nautilus-desktop', 'Icon View', 0)

Author:
Nagappan Alagappan <nagappan@gmail.com>