verifyselect

Syntax

verifyselect ('<dlgName>', '<cmbName>', '<argument>')

Description

VerfySelect action will verify if combo box is set to value given in argument.

Implementation

VerifySelect function will try to find if text box associated with combo box is set to value specified in the argument.

Return values:
1 on success, 0 on failure
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/combo-box.c

Example

In gnome-search-tool combo box 'Available options' to select the menu item 'Contains the text'

verifyselect ('SearchForFiles', 'cmbAvailableoptions', 'Contains the text')

Author:
Poornima <pnayak@novell.com>


Linux Desktop Testing Project