Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to select a city from the dropdown
#4
Not Solved
Hi Sreevidya,

If you have to select 2 List values, where 2nd is dependent on 1st.

Code:
Browser(".").Page("..").WebList("Listbox1").Select "Value1"
If Browser(".").Page("..").WebList("Listbox2").GetROProperty("all ietms") = ".........dependent values" Then
   Browser(".").Page("..").WebList("Listbox2").Select "whatever"
End If
Reply


Messages In This Thread
How to select a city from the dropdown - by yash - 09-10-2013, 03:06 PM
RE: How to select a city from the dropdown - by rameshrise3 - 10-28-2014, 12:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad How To Find Dropdown Object based on Values from the dropdown list mesg2anil 12 32,844 12-19-2017, 10:25 PM
Last Post: sandy2404
  how to select value from google search box dropdown +QTP prajyot 0 2,671 06-28-2017, 06:30 PM
Last Post: prajyot
  Problem selecting in a dropdown menu during playback. qemls29 9 12,456 07-28-2015, 05:44 PM
Last Post: Sharan
  How to select dynamic checkbox from web dropdown QA_Newbie 2 4,453 07-20-2014, 09:40 PM
Last Post: QA_Newbie
  selecting values from the dropdown webelement poojaarora014 3 17,679 04-22-2014, 12:12 PM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)