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
Answer / ramu
linkobj=browser(" ").page(" ").webtable(" ").getcelldata(1,2)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / ankit
linkvalue=browser().page().webtable().childitem(1,2,link)
| Is This Answer Correct ? | 5 Yes | 1 No |
What is byref and byval parameters in vbscript?
Which is the default Data types in VBScript?
What are the advantages of vbscript?
input values to accept 2 numbers & print the product, difference and sum using switch case
how to write validation function for date in vb script
Which command is used for writing text on a page?
what is the function to display current date?
How will you get a string with the specified character the specified number of times in vbscript?
what is fire event method in qtp?
Input = 124 output should be 124421 Please do not use any string functions/variables
write a vb script to display the reverse of vbs
Why is error handling required?