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?

Answers were Sorted based on User's Feedback



Am working with web application. i faced one senario. i.e, webpage having webtable having two colou..

Answer / ramu

linkobj=browser(" ").page(" ").webtable(" ").getcelldata(1,2)

Is This Answer Correct ?    10 Yes 0 No

Am working with web application. i faced one senario. i.e, webpage having webtable having two colou..

Answer / ankit

linkvalue=browser().page().webtable().childitem(1,2,link)

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More VB Script Interview Questions

How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?

1 Answers  


Explain the extension .hta?

0 Answers  


Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function

0 Answers   Microsoft,


Why is it recommended to close the database connection every time after the work is completed?

0 Answers  


how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.

2 Answers  






What is the purpose of regexp object in vbscript?

0 Answers  


Write a code to print numbers from 5 to 0?

0 Answers  


How will you get the natural logarithm of the given number in vbscript?

0 Answers  


Which command is used for writing text on a page?

0 Answers  


How to find a latest file from any folder

3 Answers   Ness Technologies,


Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)

0 Answers   TCS, Wipro,


What is dictionary object in vbscript? Explain?

0 Answers  


Categories