UI Path Studio - UI Automation- how to select item from Dropdown list of an application ?
Let me know activity for the same
Use Select Item activity
The activity should be used within Use Application/Browser container.
Regards
Requirement refer in image – click on Select A format dropdown — then select Excel
attempted following way - not getting expected result …getting error UI element not found
Please let me know if I am missing anything here.
Use Click activity to click on the Select a format dropdown. Then add Select Item activity to select ‘Excel’ dropdown.
Some drop downs gets loaded only after clicking on it.
Thanks,
Ashok
In the properties panel of select item you can see an option names as wait for page load so please select that as complete and also please give 3sec delay in the delay before field of the select item from the properties panel only.
Regards
that is also tried …but no luck …
What happens on Clicking the Dropdown Ui Element? is it showing the options?
see the attached error message
Basically system is not detecting the UI element.
Is it may be dialogue box which holds this dropdown it comes out of main application page as a separate browser?
Ok it’s clearly issue of the dropdown ui element selector itself. Use a Use application/Browser inside current activity, select this dialogue box as app/browser, use Select Item inside this and then choose the Excel option.
This should work.
Thanks,
Ashok
it worked with Use Application/Browser
Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.