Main Page
Related Pages
S
earch for
LDTP User manual
»
spinbutton
setvalue
Syntax
setvalue ('<window name>', '<spinbutton name>', '<value>')
Description
Sets the value of the spin button.
Implementation
Return values:
1
on success, else LdtpExecutionError exception
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/spin-button.c
Example
Creation of Appointment in Evolution:
setvalue ('dlgAppointment-Nosummary','sbtnOccurence','2')
Author:
Thanikachalam S <
thanika1999@yahoo.com
>
Linux Desktop Testing Project