LDTP  3.5.0
 All Pages
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: 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:

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

Author
Thanikachalam S thani.nosp@m.ka19.nosp@m.99@ya.nosp@m.hoo..nosp@m.com


Linux Desktop Testing Project