6.RPA Challenge - Retrieve items from a combobox

hi,

Anyways Thanks
Tried all but as citrix nothing is working as expected.

Without much preparation, I would expect this to work:

  1. Set focus on the dropdown menu
  2. Use Find Text Position to return the position of the element (based on the text that is visible in the dropdown menu first)
  3. Use that position of the element to the perform the extraction (this would be done by OCR of the text in that screen region and then using send hotkey activity with a Down key to move to the next item
  4. You stop the process if the extracted value is the same as the previous one.

Having said that, there are certain improvements to Citrix automation being worked on that will make the job of automating it easier :slight_smile:

I attached my soultion : enter the site >> grab data from combo>> write to txt file >> close browser.
I can not upload files to this forum therefore I uploaded : https://ufile.io/a4d50

I would like to get notes about this solution .

Thanks in advance

My Solution is

  1. Use Get Full Text( including Hidden) text for the combobox Element .
  2. Print it. you have the full list of the combobox.
    But this html is in a frame and is not recognised by any latest browser such as recent version of Chrome or Edge. Works only in IE. Only in IE , uipath recognises the combo