LDTP  3.5.0
 All Pages
verifypartialmatch

Syntax

verifypartialmatch('<window name>', '<textbox name>' , '<substring>' )

Description

Verifies the textbox with the partial string

ImplementationDetails

Return values
1on success, else 0.

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

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

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

Example

from ldtp import *

With respect to Evolution, to verify textbox with partial string

verifypartialmatch('frmComposeamessage', 'txtto','nove')

Author
Bhargavi <kbhargavi_83yahoo.co.in>


Linux Desktop Testing Project