LDTP  2.3.1
verifyselect

Syntax

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

Description

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

ImplementationDetails

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

Return values:
1on success, 0 on failure

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/combo-box.c

Example

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

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

Author:
Poornima <pnayak@novell.com>