In my application I have several buttons ( com.vaadin.ui.Button ). When I click on any of them in Selenium IDE, nothing happens - no action is added to the test script.
Questions:
Why does it happen?
What can do in order to press these buttions in a Selenium test?