这是我的HTML代码
<input id="account_password" class="textInput" name="account.password" type="password" maxlength="30" autocomplete="off" placeholder="Minimum of 8 characters">
我尝试使用setattribute by value
设置值WebBrowser1.Document.GetElementById("account_password").SetAttribute("value", "Kemo2011")
结果
只是占位符已更改+没有passchar&#34; ****&#34;