RPA24
(rashmi patil)
1
While automating, i tried select Item activity , but only few items are seen in output from dropdown whereas other items are skipped.
Also, tried with find children activity to get data , but found that the no elements are captured in the output.
Seeking help to resolve
Hi @RPA24
Once try GetAttribute Activity and specify visibleinnertext and check whether the output contains all of them
Check it up!
Thank You
RPA24
(rashmi patil)
4
Thank you for response. This is providing blank data…
Oh Then there is some catch in the dropdown it is hard to give a solution without experiencing It!
RPA24
(rashmi patil)
6
@ppr – the issue we face here is that we are not able to get values from dropdown. we have used find children & find descendants activity as well
ppr
(Peter Preuss)
7
then we recommend more details:
- about the dropdown - element structure (e.g. screenshot from Browser F12 Webtools) showing the select element and its corresponding options
- find children activity settings, especially the filter
- the general modelling of retrieving the options and postprocessing the find children result
However keep in mind: the items approach presented in the shared link post
Anil_G
(Anil Gorthi)
9
@RPA24
Looks like it is a dynamic loding dropdown…is it like a combo box?
Instead of select item you might need to do scroll and click or search and click
Cheers