How many slides is a 10 minute presentation?
What is thin driver in jdbc?
Can we rethrow the same exception from catch handler?
What is Associate Repository in QTP 9.2 ?
when i send goods out side the state against c form from gujarat to bombay which forms will have to required, where i get it & what process of to get it , please give me the answer on my e.mail sonidilip87@yahoo.com
What do you understand by fragmentation?
Do sets, dictionaries and tuples also support comprehensions?
Why is not a pointer null after calling free?
How do you increase facebook followers and page likes?
what does vldcmdkey means?
How do I move a wordpress site to a new host?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
How does one get the view definition of fixed views/tables?
Write a query to retrieve a hundred books starting from 20th.
Angularjs dependency injection of value inside of the module.config?