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
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…
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.
Viraj,
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:
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.
Instead Scroll, use Set Focus to any element that is in the bottom where you are trying to scroll. It will work.
Cheers,
Pablo
i face a similar issue, ive downloaded and installed this activity how to i use it? @FrankSchikora