I've a case where I've to get the text from input
tag which is something like -
<input id="AB_WIN_1" class="text real" type="text" ds="0" style="top:0px; left:167px; width:140px; height:21px;"/>
And the text in that input tag is some text say Hello
But when I use getText
, it returns nothing.
Is there anyway I can get text from input
tag?