Forum Discussion
JavierCollRodri
13 years agoContributor
Hi Micheal,
As it's a web textbox (in TestComplete its type is INPUT) you should try checking the "Text" or the "value" properties (value property is the best in that case), as textboxes do not have "contentText" or "innerText" properties.
In other kind of textboxes, like in desktop applications, the common property to check its text is wText.
Hope it helped
As it's a web textbox (in TestComplete its type is INPUT) you should try checking the "Text" or the "value" properties (value property is the best in that case), as textboxes do not have "contentText" or "innerText" properties.
In other kind of textboxes, like in desktop applications, the common property to check its text is wText.
Hope it helped