Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
What do albert a(1) and b(2) solution contain?
What is lastindexof c#?
What is a service contract, operation contract and data contract?
What is data type and its types?
Given a circuit, draw its exact timing response?
What are action support, action function and action poller used for?
What is python coded in?
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
Is xml format or content-driven?
Why ground terminal is used in pot meter 10k ohms
how do you handle failures? Provide examples.
How do you implement one to many relationships in hibernate?
What is a work process?
What is an interface in oop?
What is viewstart page in mvc?