here I want to make selector by using find children activity and I want to pick
- tag so that i will get all the
- elements as a child can anyone how i make it . Here I am grabbing experience from Linkedln
give the parent selector as the one with div id=âexperienceâ in find children and in filter give <webctrl tag='LI' /> and select descendants in properties
cheers
These are not working
Here is the precise method. The key isnât just the tag, but the Scope.
<webctrl tag='LI' />Find.Scope.FIND_DESCENDANTS.This configuration instructs the activity to look inside the main container and retrieve all list items (LI) at any level, which is what you need.
This video demonstrates the âFind Childrenâ logic effectively: https://youtu.be/QP3toiOSNks?si=GcxlkmHRQvuqApgL