LDTP
3.5.0
|
decrease('<window name>', '<slider name>', <number of iterations>)
Decrease the value of the slider 'n' times, where 'n' is the number of iterations specified in the argument field.
Decreases the value if it does not fall below the minimum limit, else fails.
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
from ldtp import *
For slider component with respect to gnome-terminal
decrease('dlgEditingProfile"Default"', 'slider', 3)