@clarabellerising thank you, appreciate the help
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.
