I have a process that works normally when I run on my machine, but when there is no person logged on to my machine, and I schedule the same process to run at a certain time, it returns an error in the find element
I had the same problem with typing and clicking activities but I solved this by checking the “Simulate” box
in this case, I use the find element, to ‘wait’ for the program I use to load in full, as I cannot be held hostage by the Delay, is there any other activity that can replace this ‘wait’ for my program to be fully loaded?
The PageLoaded variable is boolean, and goes in the output of Element Exists. Set the timeout to 500 milliseconds, and it will check every half a second to see if the element is there.
There are probably more elegant solutions, but this works for me