OK guys , I know how to click a normal button with the Name property, but I have a listbox and a button next to it. I can select an item from the listbox - no problem, but I want to be able to click the button as well.
The code for the button is this:

Code:
<input class="btnlite" type="submit" value="Go" />
Could anyone help me?