Question
Need to display an interrogated value from web application
Hi,
I have a requirement in which I have to login in my organization's site and from there have to fetch employee's details.
I'm able to fetch most of the details except for some.
I have attached the screenshot of automation and Object explorer.
In this I'm not able to fetch the value of "004063" under "Employee_NameRohit_SharmaÈmployee_1"
Please help me in knowing what I have done wrong in the automation.
Thanks in advance!!!
Regards,
Rohit Sharma
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
It might be that you have interrogated the table cell (<td> tag) but not the web control that is inside it. When you open up interrogation, is there any value for the Text property of that control? Also check the innerHTML, are there more elements inside the control?