How to select each line button and click

Hi @SandipRaut,
@Gary_How
You can use find Children activity to get the all button element using that you can click each button.
Reference,

<Webctrl tag='button' />
Or
<Webctrl tag='submit' />

Regards,
Arivu