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 |
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 ?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
when we use filter funtiom invb script(QTP)
How to remove the spaces in a string Ex: "this is apple"
How to Import data from a file (file is on the desktop) to the data table
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
Why is error handling required?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
write a program to display configuration of a local system with the help of vb script.
Find Out Length of an array without using Ubound?
how to find greatest of n numbers!