What is sapscript? What is its purpose?
What is the layout tab in excel?
What are the different flavor of apache web server you know?
Why do we use gridlayout in android
Is void a type?
What is asp net c#?
What is the role of Zookeeper in HBase architecture?
what is EIB lighting control system? what is the advantages of this system?
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
Should the member functions which are made public in the base class be hidden?
What is endurance limit and what is its value for steel ?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What happens in insertion sort?
What is a thread in email?
How would you perform unit-testing on your python code?