LDTP  3.5.0
 All Pages
getminincrement

Syntax

getminincrement('<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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/value.py

Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/value.py

Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Value.cs

Example

Creation of Appointment in Evolution:

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

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


Linux Desktop Testing Project