Am working with web application. i faced one senario. i.e,
webpage having webtable having two coloumns, in that first
coloumn is for serial no and second coloumn is for mac
address link, now i want to get first row second coloumn
value, that having macaddress as link. Please help me how to
get that link?
Answer Posted / ankit
linkvalue=browser().page().webtable().childitem(1,2,link)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is VB Script Case sensitive or Case insensitive?
Explain the support of asp for vb script functionality?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What are the properties of regexp object?
What is the output of a + b in vbscript if a = 5 and b = 10?
What's the difference between vbscript and vb.net?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How will you get the last occurrence of one string within another string using vbscript?
Mention how to create a cookie using vbscript?
Explain the .wsf files?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What are the valid scopes of a variable in vbscript?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Difference between dim,public and private variables in vb script?