cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown query

PulkitDwivedi
Level 2
Hi, How can we inspect the dropdown list which hovers with mouse and the elements inside it.Is it possible and if possible how?For Example on Yatra website MyAccount dropdown is there...how to inspect it and then click on login button?
2 REPLIES 2

John__Carter
Staff
Staff
If the drop down is a combobox element, you don't need to spy list items, the Navigate stage lets you pick an item by name or position. if the element is a 'fake' drop down (constructed from DIVs or something like that) then you can click the drop down while you are in spy mode to reach an individual item. The Application Navigator feature may also be useful.

Sambashiva_RaoT
Level 4
Application Navigator feature in Application Modeller can be used in this scenario.