Powershell, ie9 and getElementById
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I use successfully a script for web automation from this site: heise web automation I know it is in german, but perhaps someone can help. The important part of the e-plus website: Benutzername: Passwort: the part of the Powershell script: $script:ie = New-Object -comobject InternetExplorer.Application $ie.visible = $false $ie.silent = $true # $ie.Navigate("https://www.eplus.de/login/login.asp") LadenWarten(1) # $ie.Document.getElementById("IDToken1OL").value = $user $ie.Document.getElementById("IDToken2OL").value = $passwort $ie.Document