My problem is in my screen i am having 3 dropdown and a textbox.
the funtionality is : I will be selecting options in 3 dropdowns and enter value in the corresponding textbox and click on search button, then a popup window will appear on the screen with search results.
How can i capture the options in 3 dropdowns ,value from textbox and popup window with Search results?
For selecting the values in dropdown no need to capture the options avilable in dropdown.
For getting the value after selecting we can use "GetROProperty("innertext") " or GetROProperty("value") (check it with object spy).