LDTP  2.3.1
getvalue

Syntax

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

Description

Gets the value in the spin button.

ImplementationDetails

Return values:
valuein 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:

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

Author:
Thanikachalam S <thanika1999@yahoo.com>