Unable to verify all the checkbox are checked or not. In the attached image Table displayed is dynamic in nature… ( number of rows can varify). Need inputs on how to verify all checkbox is selected or not.
Thank you
Unable to verify all the checkbox are checked or not. In the attached image Table displayed is dynamic in nature… ( number of rows can varify). Need inputs on how to verify all checkbox is selected or not.
Thank you
Hi @muthinavenu
First try to get table count by using get attribute or any other activity
Next use for each , iterate each row by row and find a selector for check as well as uncheck
so place a counter inside the loop for total checks and total unchecks
so you get final total count accordingly
Thanks
Thank you. It worked.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.