@adshung Everything works fine for me, even on several machines. Most likely, the problem is with some kind of build (did you download it from the official Microsoft website?). Maybe you don't have enough space. Try running the installation as an administrator.
Open & Close Browser
-
I want to have 'OPEN Browser' before a set of 3 actions and 'CLOSE Browser' at the end of these 3 actions .. and then let SLEEP for 20 minutes before the 3 actions starts again.
(Inside each of these 3 actions - there are already some browser loading commands)
My purpose is to rest the browser for 20 minutes to save computer resources.
I got error message:
Thread ended with message "NetworkAccessManager is not accessible, try to create new browser with open browser command"What is the problem?
-
After I added Open browser & Close browser in each of the 3 functions, there was no more error messages.
When the first set of 3 functions completed .. the bot went into sleeping for the number of minutes i specified .. waiting for the run of the next 3 functions.
I noticed that the browser boxes remained in the screen .. when I clicked the boxes, all the blank browsers appeared.
Does this mean that the browsers were not closed properly and are still open?Inside the 3 functions, i have also called for many other functions. Do i have to open/close browsers for each of these 'inner' called functions?
-
I noticed that the browser boxes remained in the screen .. when I clicked the boxes, all the blank browsers appeared.
This is normal. Here is a test script.
Inside the 3 functions, i have also called for many other functions. Do i have to open/close browsers for each of these 'inner' called functions?
If errors do not appear when starting the script, then do not.
