How to write script to display a message box having
the "Date" value of the fourth mail(yahoo account).
I've tried it with the web table concept but the content
doesn't get displayed?
Please help me out to resolve this :-)
Answer Posted / venkatesh kodagi
Set oPageObject = Browser("browsername").Page
("pagename").Object
Set oTableObject = oPageObject.getElementsByTagName("table")
sActualText = oTableObject
(inxexoftable).rows(3).cells(columnnumberofdate).innerText
inxexoftable = if page have multiple tables then the index
should be the inbox table.
hope this will helps u.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of actions are there in quicktest professional?
How can you identify the browser and its information using the qtp script?
How did you resolve conflicts present in Object Repository?
What is the architecture of your project? Can any one answer for this question plz........
What are benefits of qtp?
Mention what are the different types of recording modes in qtp? Which will be used when?
What the differences are and best practical application of Object Repository?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What are the different recording modes and how do they work?
What environment does qtp run in?
What is the difference between run time object and test object?
what is the hierarchy to use properties in descriptive programming
What is qtpro?
Give the syntax to import/export xls into qtp.
How many types of parameters are available in quicktest professional?