Hello,
I should capture list of items present in dropdown. There are almost 50 items, but when when expanded it shows 10 items. I used select item activity but it’s capturing only the items which expanded first, where it is not selecting the desired option.
Pls help
Use Find children activity to get all Items from dropdown.
Hi @shama93
You can also try GetAttribute Activity with “visibleInnerText” as Attribute
Hope this helps!
If it is a dynamic loading dropdown then using get attribute or find children you would get only loaded items
you can try to perform scroll or search and then extract to get the required items or all item…how scrolling works is extract and scroll in loop till same data is extracted and thn end the loop as new items are not loaded
cheers
@shama93
Check this