LDTP
3.5.0
|
verifypartialmatch('<window name>', '<textbox name>' , '<substring>' )
Verifies the textbox with the partial string
1 | on 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
from ldtp import *
With respect to Evolution, to verify textbox with partial string
verifypartialmatch('frmComposeamessage', 'txtto','nove')