I can find the textA, but I need to locate the checkbox in that row. So my idea was to find the tr for that textA and then search for element checkbox under that tr. Can anyone help me with articulating a XPath query for this?
<tbody class = "table">
<tr class ="rows">
<td class= "colmn">
<div class = "textA">
<td class= "colmn">
<div class = "image">
<td class= "colmn">
<div class = "drop down">
<td class= "colmn">
<div class = "checkbox">
<tr class ="rows">
<td class= "colmn">
<div class = "textC">
<td class= "colmn">
<div class = "image">
<td class= "colmn">
<div class = "drop down">
<td class= "colmn">
<div class = "checkbox">