hi
i’m trying to click this button
Siguiente
but nothing happend
i tried
{
“Command”: “click”,
“Target”: “xpath=//[@id=“botonFirma”]/span[2]",
“Value”: “”,
“Targets”: [
"xpath=//[@id=“botonFirma”]/span[2]”,
“xpath=//div[6]/span/span[2]”,
“css=#botonFirma > span.ui-button-text”
]
}
i tried
{
“Command”: “XClick”,
“Target”: “siguiente2.png”,
“Value”: “”
}
the cursor change but nothing happends.
this javascript code doesnt fire
("#botonFirma").button({
icons : {
primary : "ui-icon-check"
}
}).click(function() {
(’#box’).show();
if (validarEntradaJuridicaInteresado() != false && validarDireccionRepresentante()!=false &&
validarEntradaJuridica() != false && validarDireccionInteresado()!=false && validarEntrada() != false) {
if (!document.getElementById(‘alertaMail’).checked){
('#overlay').fadeIn('fast',function(){
(’#box’).animate({‘top’:‘160px’},500);
});
} else {
altaRegistro();
}
}
});
any idea?
Thanks