cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scroll inside box

lucie16
Active Participant
0 Likes
1,038

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Likes

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.

former_member23356
Discoverer
0 Likes

Hi ,

Try Capturing Scroll bar and use the element "Script Element". For scrollBy you can set the value accrodingly.

1.png

Regards,

Jyothi

lucie16
Active Participant
0 Likes

Hi,

thanks for your answer.

Unfortunately I am not able to capture the scroll bar. I tried to find it even in tree, but I wasn't successful.
Also I didn't find "Script Element" in my activities.