ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2297)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
1 5849
Is there any difference between javascript and jscript?
What is angular singleton service?
What is the injector?
Which of the following action variable is used to include a file in jsp?
Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
What are System functions?
How to convert a string to lowercase?
What is interpolation in angular?
what is used of Property........End Property loop ? how to write the script for it?
What is asp full form?
What is the factory method?
Explain the meaning of Mounting and Demounting
What are synchronous and asynchronous ajax requests?
Why should I use angular?
What are the advantages of json over xml?