@Xmoto said in How can fix this error (about Compile)?:
Please help me!
Thanks !
80dcd0e6-0090-4c86-b734-1ec5e2e7d817-ΠΈΠ·ΠΎΠ±ΡΠ°ΠΆΠ΅Π½ΠΈΠ΅.png
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.