目标:登录网页并将html保存到文件中以供稍后解析。
页面上的 html 只是用户列表以及他们登录和注销的时间。
当您加载网页时,会弹出一个 javascript 框并询问登录信息
我可以用 SendKeys 填充它,但我真的想在不弹出窗口的情况下这样做
Set IE = CreateObject("InternetExplorer.Application")
set WshShell = CreateObject("WScript.Shell")
IE.Visible = False ' doesn't set IE page as invisible?????
IE.Navigate "https://mysite/site/console/client-log.jsp"
'how do i fill in the box ???