LDTP
2.3.1
|
verifypartialmatch('<window name>', '<textbox name>' , '<substring>' )
Verifies the textbox with the partial string
1 | on success, else 0. |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/text.c
from ldtp import *
With respect to Evolution, to verify textbox with partial string
verifypartialmatch('frmComposeamessage', 'txtto','nove')