Search the Community
Showing results for tags 'wait'.
-
Hi guys I have a script that runs for about 20 seconds. If Outlook.exe is not already open, and I open it while the script is running, I want Outlook to wait until the script is done, and then open. Is it possible to set an application in some sort of idle state until the script is done?...
-
I've written a bot that is loading down pictures from a website. Basically, it opens the website, saves the picture via context menu, and hits a button for loading the next pic. Unfortunately, the pics and my internet connection aren't always the same and it takes longer to load at times. Right now...
-
Hello. I'd like to ask a question about AutoIt basics, as I was deeply thinking about creating a script, I got stuck at some questions such as: The Sleep function stops the script completely (it stops everything, if the script repeats an action every 5 seconds and there is a Sleep(1000), will it re...
-
Hi, im testing the performance of my portal IE9 with the installed IE9... The test is this: 1) Open browser 2) Navigate to a webpage 3) Wait until its full loaded 4) Close browser My problem is step 3... I cannot use _IECreate function because i cannot select portal IE9... How can i wait (...
- 7 replies
-
- wait
- internet explorer
-
(and 1 more)
Tagged with:
-
Hi all, My first uploaded UDF So this is just an improvised version of the Sleep function. It allows the script to sleep, as normal, while still running code. This would be useful if you want your script to sleep for a long period of time, but for your GUI to still be fully functional. So, if you...