Hi,
I am executing a coding using sendkeys method. I wouldnt like to show the pages in the internet that I am using until the code delivers the resultant.
The code below opens the google translator and write something, then it plays the audio from google translator audio play.
How to hide the execution and show the audio in the end. Like displaying the desktop instead...
do
Sendkeys "^+f"
wscript.sleep (3000)
Sendkeys "^t"
wscript.sleep (500)
Sendkeys "https://translate.google.com.br/"
Sendkeys "{ENTER}"
wscript.sleep (5000)
Sendkeys "I Love you"
wscript.sleep (5000)
Sendkeys "{TAB}"
wscript.sleep (500)
Sendkeys "{TAB}"
wscript.sleep (500)
Sendkeys "{TAB}"
wscript.sleep (500)
Sendkeys "{ENTER}"
wscript.sleep (5000)
Sendkeys "%{F4}"
loop
I am executing a coding using sendkeys method. I wouldnt like to show the pages in the internet that I am using until the code delivers the resultant.
The code below opens the google translator and write something, then it plays the audio from google translator audio play.
How to hide the execution and show the audio in the end. Like displaying the desktop instead...
do
Sendkeys "^+f"
wscript.sleep (3000)
Sendkeys "^t"
wscript.sleep (500)
Sendkeys "https://translate.google.com.br/"
Sendkeys "{ENTER}"
wscript.sleep (5000)
Sendkeys "I Love you"
wscript.sleep (5000)
Sendkeys "{TAB}"
wscript.sleep (500)
Sendkeys "{TAB}"
wscript.sleep (500)
Sendkeys "{TAB}"
wscript.sleep (500)
Sendkeys "{ENTER}"
wscript.sleep (5000)
Sendkeys "%{F4}"
loop