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
Both Static and dynamic arrays are handled by VB script. Is it true?
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 ?
How are comments handled in the vbscript language?
write a program to display configuration of a local system with the help of vb script.
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Explain the filter expression?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How will you get the largest subscript of an array in vbscript?
Explain some uses of vb script?
Mention what is the use of option explicit in vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
what is diff between static and dynaic arrys?
Explain about adodb.stream class?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Which in-built function related to an array joins substrings into one string in the vbscript language?