How to set /config value to drop down on web pop

Can somebody please suggest what I can do to assign/select value in dropdown on web pop window based on augment. I’m using web recorder to program it. Dropdown element control tag is “span” .the box has control tag type " Div", and when I expand the value & select value control tag is “li” . Below is the image of the webpage

Hi @ajaytyagi91

There are two ways to achieve this.

I see the Tab Number while scraping the span element is coming as 2.
Try changing the tab number and see if you get any success.

If the issue still persits, try Manual selector FindBy option.
There must be some value in the span element which can help you get the desired value.

Refer Knowledge Base to understand more about FindBy Selectors