We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f354bc commit 66e3c10Copy full SHA for 66e3c10
src/org/labkey/test/components/ui/grids/EditableGrid.java
@@ -1252,7 +1252,7 @@ protected class ElementCache extends Component<?>.ElementCache
1252
1253
Checkbox getCheckbox(int rowIndex)
1254
{
1255
- return new Checkbox(Locator.css("td > input[type=checkbox]").findElement(getRow(rowIndex)));
+ return new Checkbox(Locator.css("td > .table-cell-content > input[type=checkbox]").findElement(getRow(rowIndex)));
1256
}
1257
1258
protected WebElement getColumnHeaderCell(CharSequence columnIdentifier)
0 commit comments