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 (2290)
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 5900
How to set a html document's background color?
What is the difference between angular 7 and angular 8?
what is JSON-RPC and JSON Parser?
How do you administer security for my machine for an enterprise?
How to disable right click event in angularjs?
Can we set an angular variable from php session variable without sending an http request?
Is jsp and javascript same?
What is the use of a set object in javascript?
What is a template variable. How would you use it?
What class.forname will do while loading drivers?
What is the starting point of code execution in jquery?
What is angular base elements?
Is it possible to evaluate simple expressions using node repl?
In Perl, what is grep function used for?
Explain splicing of arrays?