5051525354555657585960
}, 10); int rowLocation = row.getLocation().getY(); // use click x,y with non-zero offset to actually toggle the checkbox. (#13763) checkbox.click(5, 5); int newRowLocation = row.getLocation().getY(); assertThat(newRowLocation, is(rowLocation)); }