Unable to select a drop down item on website

hi team,

Website being used - Fund Prices – FundCollect

I am unable to type into Fundname/ISIN field using UiPath and also unable to select any specific item from the dropdown of Fund group field on website

I have an excel sheet with 4 fund groups that are part of the fund group list on the website. I am trying to extract information for those 4 fund groups to different sheets in excel file.

UiPath is extracting same information for all 4 values. It appears that this dropdown is not html based and select item seems to be not working.

Can someone please help

the dropdown is html, but not a classical select/options construct

we can do:

  • click activity - expand the dropdown
  • click activty - click on entry

for the second click we would use a dynamic selector

Hi peter - How to add dynamic selector for the second click? I want it to select values from the excel file.