Uses of Class
com.github.loyada.jdollarx.highlevelapi.CheckBox
-
Packages that use CheckBox Package Description com.github.loyada.jdollarx.singlebrowser.highlevelapi Package for high level interactions. -
-
Uses of CheckBox in com.github.loyada.jdollarx.singlebrowser.highlevelapi
Methods in com.github.loyada.jdollarx.singlebrowser.highlevelapi that return CheckBox Modifier and Type Method Description static CheckBoxCheckBoxes. checkboxForInput(Path inputEl, String name)input of type "checkbox" for a specific input elementstatic CheckBoxCheckBoxes. checkBoxWithLabel(String labelText)input of type "checkbox" with a labelstatic CheckBoxCheckBoxes. checkBoxWithProperties(ElementProperty... props)input of type "checkbox" with the given properties
-