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
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What are the disadvantages of vbscript?
How to delete a cookie using vbscript?
Is VB Script Case sensitive or Case insensitive?
What are the uses of vb script?
What are the different types of operators and their order of precedence?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
Why is error handling required?
how to write validation function for date in vb script
Is vbscript a case-sensitive or case-insensitive?
What is purpose of scripting.filesystemobject class in vbscript?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What is vbscript procedures?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?