0

我正在尝试连接到网页并通过 powershell 编辑文本框的值。制作 HttpWebRequest 很好,但我将如何定位文本框并更改其值?

这是我的网站代码,我想更改以下值: td class="noBorder"

  <table class="runnerFormTable">
     <tr>
<th class="noBorder"><label for="description">Description:</label></th>
<td class="noBorder"><input type="text" name="description" id="description" size="" maxlength="256" value="From Deploy" class="textfield" style="margin:0; padding:0; width:35em;"></td>
     </tr>
      <input type="hidden" id="submit" name="submit" value="store"/>
   </table>
4

0 回答 0