I am trying to create my first workflow. Pretty simple booking on a website. Login, select date, scroll down to wanted time slot and book. Everything works from studio (Debug-run file) but when I publish and run the job from Orchestrator the job starts perfectly but stops when scrolling is suppused to start.
I tried mouse scroll (both “scroll to element” and “number of scrolls” and keyboard shortcut (Page down) and they all work from studio, but not from cloud/orchestrator.
The error I seem to get (Could not find the user-interface (UI) element for this action) is related to the next step (clicking the wanted time slot) so I am unsure what the real issue is.
I am sure it must be a seeting somewhere that I missed being all new to this wonderful software:-)
It might be the scenario where mouse scroll activity is not identifying the application where it has to scroll.
Try to keep your mouse scroll logic inside use foreground activity and check it out mostly it should work.
You don’t have to scroll down to things manually to interact with them. I suggest doing the free training at academy.uipath.com so you can learn the basics of UI automation.
I tried various scroll attempts within the “use foreground” activity.
Like before it works fine from studio but not from Orchestrator (everything else work from Orchestrator)
It is this page that I am tryin to scroll: Match Padel Danmark
How can it work perfect in Studio and not in Orchestrator?