我已经编写了以下代码来将搜索值更新为" X"
while ($ie.Busy -eq $true){Start-Sleep -seconds 4;}
$field1= $ie.document.getElementByID('C0_54')
$field1.value="X"
但低于错误
财产'价值'在这个对象上找不到;确保它存在且可设置。 在行:51 char:9 + $ field1。 <<<<值=" X" + CategoryInfo:InvalidOperation:(value:String)[],RuntimeException + FullyQualifiedErrorId:PropertyNotFound
我的网站源代码:
<input class="textfield" type="text" name="0_54" title="Search Type" autocomplete="OFF" maxlength="3" value="*" style="vertical-align: top; width: 32px; padding-bottom: 1px; cursor: auto;" onhelp="hp('0_54')" onmouseover="updateHelpCursor('',this)" tabindex="4" id="C0_54" htmlpostflag="false" onfocus="FCHandler.onFocusVA(this,'',false)" onkeydown="FCHandler.onKeyDownTextField(this,'','3', event,false,'UTC')" onkeyup="FCHandler.onKeyUpTextField(this,'', event)" autosuggestenabled="1" mincharnumber="1" hotkey="0" isdropdown="1" onmousedown="FCHandler.onKeyDownTextField(this,'','3', event)" onblur="FCHandler.onExitVA(this,false,'',false)">