Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
WshShell = CreateObject("WScript.Shell")
.
.
.
oWeb.navigate2("[URL unfurl="true"]https://www.xxx.com"+lcStep2)[/URL] &&file path
.
.
.
WshShell.SendKeys("%n")
WshShell.SendKeys(ADDBS(lcSavePath)+STRTRAN(JUSTSTEM(lcstep2)+"."+JUSTEXT(lcstep2),"%20","_"))
WshShell.SendKeys("{TAB}")
WshShell.SendKeys("{TAB}")
WshShell.SendKeys("{ENTER}")
It's frustrating trying trial and error with sendkeys because of its nature of occurring right away.