需要在'value'字段中添加内容
Need to add content in the 'value' field
这是一个下拉框,用户必须输入值,系统会自动完成结果。
我使用了这个标签,但是这个值只添加了一秒钟就消失了。
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:FormName_input ATTR=NAME:FormName_input content=test
所以需要在字段value="".
中添加测试内容
html是这样的
输入名称="FormName_input" class="ui-autocomplete-input ui-inputfield ui-widget ui-state-default ui-corner-left" id="FormName_input" 角色="textbox" aria-disabled="false" aria-readonly ="false" aria-labelledby="j_idt86" aria-autocomplete="listbox" type="text" placeholder="Select" value="" autocomplete="off">
试试这些 EVENT
命令:
EVENT TYPE=CLICK SELECTOR="#FormName_input" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="#FormName_input" CHARS="test"
这是一个下拉框,用户必须输入值,系统会自动完成结果。
我使用了这个标签,但是这个值只添加了一秒钟就消失了。 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:FormName_input ATTR=NAME:FormName_input content=test
所以需要在字段value="".
中添加测试内容html是这样的
输入名称="FormName_input" class="ui-autocomplete-input ui-inputfield ui-widget ui-state-default ui-corner-left" id="FormName_input" 角色="textbox" aria-disabled="false" aria-readonly ="false" aria-labelledby="j_idt86" aria-autocomplete="listbox" type="text" placeholder="Select" value="" autocomplete="off">
试试这些 EVENT
命令:
EVENT TYPE=CLICK SELECTOR="#FormName_input" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="#FormName_input" CHARS="test"