hi
Set myobj=Description.Create()
myobj("type").value="submit"
myobj("name").value="google search"
myobj("html tag").value="button"
browser("title:=google").page("title:=google").webButton
(myobj).Click
i was running above code in one weak back it was working
fine i got result,again i opened after few days ,again i
was trying to run the code it shows run time error in last
line of my code ,why ?pls answer my question?
No Answer is Posted For this Question
Be the First to Post Answer
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to open excel in vb script?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
What if you do not specify anything when you call a procedure?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain sga memory structures?
what does create object actually do when you call it in vbscript?
How will you convert a given number to long in vbscript?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
Which function allows you to instantiate an object given its programmatic identifier or progid?