密码字段未经验证,除非

时间:2013-12-01 11:05:48

标签: imacros

无法验证密码。我必须在密码字段上选择,然后单击其他字段进行验证。否则,我无法提交表格。不知何故,javascript验证必须检测到一个失焦的事情。如果我只是按向右箭头,验证也将成立。

SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:form1 ATTR=ID:password1 CONTENT=1000!Hello
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:form1 ATTR=ID:password2 CONTENT=1000!Hello

###what should I put here (in-between) to emulate a keyboard tab or "focus then out-of-focus" (jump to other field)?###

TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:form1 ATTR=ID:password-submit
TAG POS=4 TYPE=INPUT:BUTTON ATTR=*

enter image description here

1 个答案:

答案 0 :(得分:1)

尝试事件录制模式,您可以模拟右箭头键。阅读更多here