How to click on checkboxes that are stored into a field?
For instance, into the Eclipse's startup and shutdown preference page, how to click on the checkboxes that are into the field under the text "Plug-ins activated on startup" (see the screen catch that is attached)?
I have already tried "bot.checkBox("name of a checkbox").click();" but it does not work.