Web ページに接続して、powershell を介してテキスト ボックスの値を編集しようとしています。HttpWebRequest を作成するのは問題ありませんが、テキスト ボックスを見つけてその値を変更するにはどうすればよいでしょうか。
これが私の Web サイトのコードです。次の値を変更したいと思います: 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>