Hi All
I'm trying to record an UI with Selenium Builder to import it to CA Application Test. However when I click it's not recording. The source code is:
<input name="bAceptar" id="bAceptar" src="../imagenes/bot_aceptar.gif" alt="" border="0" type="image">
As you can see the input is image type and I know this is not a CA Application Test issue, but if any of you know how can a record that click with selenium builder I appreciate a lot!!!!
Thanks GA.
I found the solution. I had to modify the script adding switchFrame before to click on input.