Guys how to scroll on the webpage.. I must use scrolling because if i use pgdn key then it selects a new item,,only scroll activity stores the previously clicked item where as in pgdn it clicks on a new item

Guys how to scroll on the webpage… I must use scrolling because if i use pgdn key then it selects a new item,only scroll activity stores the previously clicked item where as in pgdn it clicks on a new item

@vik11

Can you please share the objective for scrolling down on the webpage like data capturing or click on any option etc.

If possible, please share a screenshot for that.

HI Singh bhai…
image
problem i am facing is
1.i can not click on the yellow highlighted region as its not a separated UI element.
my requirement is that I have to keep the selected records clicked while scrolling down and if i use pgdn key then it de selects the clicked records…

In the send HotKey don’t indicate an element on the top of the page rather try by indicating whole browser area

Hi Viraj,
I am sorry,I didnt understand what you are trying to say…

for scrolling we can use the send hotkey activity which has a scroll option.

2019-03-20_15-29-06

Viraj,
image
It doesnt work… i have selected the selector as the entire web page and sent scroll …but it doesnt work…

Hi @vik11

you can try this activity shared on the forum:

1 Like

Frank… how to install this activity in Uipath…

You have to download it from the link.

@FrankSchikora correct me if i am wrong

can you try selecting the pop up box that i see in white in the image your pasted?

If you search for - Scroll Activity - and added https://api.nuget.org/v3/index.json as source for the nuget.org it should appear in the list as shown below.

@vik11

Instead Scroll, use Set Focus to any element that is in the bottom where you are trying to scroll. It will work.

Cheers,
Pablo

2 Likes

i face a similar issue, ive downloaded and installed this activity how to i use it? @FrankSchikora