Script/Execution works fine in "recording" but fails in "run" or compiled mode

Support
  • 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.

  • 0 Votes
    2 Posts
    207 Views
  • continue script of someone else ?

    Support
    0 Votes
    4 Posts
    537 Views
  • 0 Votes
    3 Posts
    751 Views
  • 0 Votes
    3 Posts
    698 Views
  • 0 Votes
    3 Posts
    810 Views