LDTP  2.3.1
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 <nagappan@gmail.com>