increase

Syntax

increase ('<window name>', '<slider name>', <number of iterations>)

Description

Increase the value of the slider 'n' times, where 'n' is the number of iterations specified in the argument field.

Implementation

Increases the value if it does not exceed the maximum limit, else fails.

Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/slider.c

Example

from ldtp import *

For slider component with respect to gnome-terminal

increase ('dlgEditingProfile"Default"', 'slider', 3)

Author:
Aishwariya & Kamakshi <poorvaishoo@yahoo.com>


Linux Desktop Testing Project