yahoo 登録の最初のフォームを自動的に入力したかったのです。たとえば、このページの要素の検査をクリックして選択し、名の入力を変更すると
<input type="text" title="First Name" name="firstname" id="firstname" value="" size="32" maxlength="32" class="fieldValInit" autocomplete="off" aria-required="true" tabindex="1">
に
<input type="text" title="First Name" name="firstname" id="firstname" value="salam" size="32" maxlength="32" class="" autocomplete="off" aria-required="true" tabindex="1">
ページに変更はありません。なんで?