How to get all tags with value of 'SPAN' inside an HTML form

Hi,

By using find children activity you can achieve your requirement.

You have to select the top html tag in the find children activity so that it would provide you all the child tags after that you can loop them to get your values.

Please refer the below link for more guidance. Thanks.

1 Like