LDTP  2.3.1
setvalue

Syntax

setvalue('<window name>', '<spinbutton name>', <value>)

Description

Sets the value of the spin button.

ImplementationDetails

Return values:
1on success, else LdtpExecutionError exception

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

Example

Creation of Appointment in Evolution:

setvalue('dlgAppointment-Nosummary','sbtnOccurence',2)

Author:
Thanikachalam S <thanika1999@yahoo.com>