@morpheus93 The script will not update itself. you have to update it yourself and upload it to the server
Script/Execution works fine in "recording" but fails in "run" or compiled mode
-
Hello all,
i have a workflow, which runs absolutely fine when in the "recording" mode, but when i execute it in "run"/compliled mode, it fails(80% failures).
I sense it has something to do with execution time /waiting time for actions to be completed, the website sometimes takes couple of seconds more to load or execute the click.
The workflow is about p interest acc registration.
Any idea ?
Thanks a lot in advance. -
You should use "wait for page load" and pauses (especially after loading new page). You can also create a function that waits for a element that is on every page of the website (e.g. some footer) and call this after moving to a new page, submitting data and so on.
One issue could also be proxies that have time outs and thus bringt the whole script down.
-
Thanks Morpheus.
I will add the "wait for page load" on the most critical failures and see how it behaves.
Will also migrate the script to a better VM.