Not able to read a text value from a disable textbox from a webpage.
Hi
I have a webpage from where I have to read some content including the Value which is present in a textbox.
But here we cannot edit or change the value of a textbox because textbox is disabled or locked.
I have interrogate through html table designer and I also set the match rule for the same.
For example i have attached a webpage from which i have to read the data 1000 from the text box.
Getting an error as control (control name) is not Matched.
Where Control name is the name of the control and input type is text.
Is there any other way we can read the data
please help
Thanks regards
Maneesh
Hi,
Can you try going to webcontros tab in matching control window and see if you can find that control.
If yes then add that control to object explorer, then try
Once the control is matched then the text property should do the job