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 / ramu
linkobj=browser(" ").page(" ").webtable(" ").getcelldata(1,2)
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is difference between vbscript and vba?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
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
What are the uses of vb script?
Can u describe what kind of testing are for OTC derivates by banks.
Which function is used in the vbscript language to convert the specified expression into a date type value?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
please can you help me to get a code of flames using a visual basic 6
What is vbscript language used for and which earlier language is it modeled upon?
Mention what are the rules to name variable in vbscript?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Difference between dim,public and private variables in vb script?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?