Search found 1 match
- Wed Sep 09, 2020 6:57 pm
- Forum: Shared Push2Run cards
- Topic: Open website and cast to chromecast
- Replies: 4
- Views: 11572
Re: Open website and cast to chromecast
Set WshShell = WScript.CreateObject("WScript.Shell") WScript.Sleep 1000 WshShell.SendKeys "%" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{C}" WScript.Sleep 1000 WshShell.SendKeys "{TAB}" WScript.Sleep 500 Wsh...