LDTP
3.5.0
|
rightclick('<window name>', '<component name>', '<menu item>', '[data]')
Right click on the given object.
This function gets the coordinate of the given object and the right click event is generated.
1 | on success, LdtpExecutionError exception on failure |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/combo_box.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/table.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Tree.cs
rightclick('frmBottomExpandedEdgePanel', 'Volume Control', None)