How to fill a checkbox, and Radiobuttons with FluentLenium? -
i'm testing fluentlenium.
i found "fill("#sb_form_q").with("fluentlenium");" input(s).
i want check , uncheck checkbox.
i want choose radiobutton in group.
how ?
if want click on radiobutton have id "male" :
find("#male").click();
you use of css selectors find element want (radiobutton or checkbox) , act on (most of time clicking).
Comments
Post a Comment