on ‎2021 Sep 22 10:41 AM
Hi,
I am trying to do automation in Cloud Studio, which export all of my projects in IRPA Factory.
Look at printscreens in attachment.
It works with every project you can see on page, but it does not scroll to other project which you cannot see. So it export just 6 projects and then there is timeout error. I thought I'd use "Scroll wheel" to scroll a little bit after every exported project, but it does not work. I think it is because you can't scroll a whole page, you can scroll only inside the white section.
Any idea how can I solve this?
P.S. I am using "Mouse Click", becouse "Click" does not work.
Thanks.
Lucie



Request clarification before answering.
lucie16,
The scroll bar for this UI is present inside the DIV,Hence u need to capture the DIV and declare as an element.
You would see ScriptElement activity in the automation, when u highlight the element.
Note:Just to let you know the UX of Cloud Factory changes from Monday onwards. Informing you since you need to rebuilt your automation again. Refer this blog post for details.


You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Try Capturing Scroll bar and use the element "Script Element". For scrollBy you can set the value accrodingly.
Regards,
Jyothi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.