Explain the requirements?
What is the main function of key sequenced data set in vsam?
Can I see my windows 10 product key?
Explain spinoff // split join ?
I want to add 25 to all of the cells in column a. I do not want a new column, I want to add it right to the cells in column a?
What is echo command in batch file?
How many separate files do you have under QVCS control for managing the QVCS product itself?
What are the differences between eav and flat model?
What is your preferable location?
What is a sector?
What does xml mean in texting?
What is Interaction Manager and how it works ?
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
What is the role of garbage collector in java?
What does spa (single page application) mean? How can we implement spa with angular?