LDTP  2.3.1
 All Pages
getmin

Syntax

getmin('<window name>', '<spinbutton name>')

Description

Gets the min value of the spin button.

ImplementationDetails

Return values
minvalue of the spin button on success, else LdtpExecutionError exception

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/spin-button.c

Example

Creation of Appointment in Evolution:

getmin('dlgAppointment-Nosummary', 'sbtnOccurence')

Author
Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project