Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Rubatharisan/dce570a3b070f4b61b3247d267b80ac3 to your computer and use it in GitHub Desktop.

Select an option

Save Rubatharisan/dce570a3b070f4b61b3247d267b80ac3 to your computer and use it in GitHub Desktop.
$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