LDTP  3.5.0
 All Pages
doubleclick

Syntax

doubleclick('<window name>', '<component name>')

Description

Double clicks the row in table whose first column's(0th column) value is same as the contents of the third argument in the function call.

Return values
1on success, else 0

Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/mouse.py

Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/mouse.py

Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Mouse.cs

Example

doubleclick(u'frms' % os.getenv('LOGNAME'), 'icoDesktop')

Author
Premkumar J prem..nosp@m.joth.nosp@m.imani.nosp@m.@gma.nosp@m.il.co.nosp@m.m


Linux Desktop Testing Project