我只想检查一个单选按钮(或复选框),它们是POS的不同
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:http://www.signup.com/index.php ATTR=NAME:my_input_radio CONTENT=YES
POS随机设置在1到8之间
我想这样做:
SET !VAR1 EVAL("var r=Math.floor(Math.random()*8+1);r;")
TAG POS={{!VAR1}} TYPE=INPUT:RADIO FORM=ACTION:http://www.signup.com/index.php ATTR=NAME:my_input_radio CONTENT=YES
但是当我运行iMacros脚本时,它会搜索POS {{!VAR1}}而不是POS 4(例如,根据先例SET将4返回给VAR1)
答案 0 :(得分:0)
如果只有一个,那么您可以尝试此代码并将循环设置为1到8.
TAG POS={{!LOOP}} TYPE=INPUT:RADIO FORM=ACTION:http://www.signup.com/index.php ATTR=NAME:my_input_radio CONTENT=YES