Instantly share code, notes, and snippets.

Embed
What would you like to do?
generated automatically from #selenium on seleniumhq slack
<input id="b47a1d2d-73d7-40a3-ad18-b64288e377b0" type="checkbox" style="margin-left:5px" data-bind="checked:agree,events:{change:validate}" class="k-checkbox">
```
This is how I have it written
```
driver.findElement(By.class("k-checkbox")).click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment