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 |
How are values assigned to the variables in the vbscript language?
Mention what is the technology used by vb script?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Difference between Function and Sub routine?
What is the difference between do until loop and do while loop?
write a vb script to generate the following pattern ***** **** *** ** *
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
How to Enter Values on the Command promt using VB script
What are the differences between sub procedures and function procedures?
How will you check that a variable is an array in vbscript?
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.
how to declare a variable in vbscript using vbscript