Created
May 7, 2018 11:10
-
-
Save Rubatharisan/dce570a3b070f4b61b3247d267b80ac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $wshell = New-Object -ComObject wscript.shell; | |
| $wshell.AppActivate('Google - Microsoft Edge') | |
| Sleep 2 | |
| $wshell.SendKeys('(%(" "))') | |
| Sleep 2 | |
| $wshell.SendKeys('(x)') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment