LDTP  3.5.0
 All Pages
selectrowpartialmatch

Syntax

selectrowpartialmatch('<window name>', '<tree table name>', '<texttobesearchedfor>')

Description

selects the row having cell that contains the given text.

ImplementationDetails

Return values
1on success and throws an exception on error

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

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

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

Example

With respect to evolution

selectrowpartialmatch('evolution', 'ttblMailFolder','Inbox')

The 'Inbox' folder's name changes depending on the number of unread mails. In such cases we can use the above method to select the 'Inbox' folder.

Author
Nagashree mnaga.nosp@m.shre.nosp@m.e@nov.nosp@m.ell..nosp@m.com


Linux Desktop Testing Project