I hope somebody will want to help me.
I saw similar topics , but they didn't help me..so i am a little bit confuse.
I need to select multiple checkboxes in a table, based on text value in a next column.
like on screenshot,..I need to select all checkboxes for elements with a name Seleniumsample.
For this checkbox i have a this location /dom[@domain='local.elabjournal.com']//table[#'table_sample']/tbody//span[@innertext=$varSampleName]/parent::td/preceding-sibling::td//input[@type='checkbox']
varSampleName - is my specific value on what I base my selection.
Ranorex can see it and in a spy he can count how many items exist now
So i need to write a code that will find all checkboxes that match to my selection .


Thanks!))