I want to select while scrolling how will I be able to select

I want to select the items, but in this scroll we have to click on the black arrow and move up or down accordingly, how will I do it if the elements are all the way down or up or at any position where I have to scroll. Im gonna pass value through variable

Please help.

use hot key pagedown

Hi @Bhushan_Nagaonkar

Try keyboard shortcut activity and indicate down so that the page will scrolls down until the target got appeared.

Regards

Is it ok if I pass variable?

@Bhushan_Nagaonkar

Yes you can pass the variable and the scroll down stops once the value in the variable gets appeared.

Regards

Ok, Thanks. I will try and let you know

Hello, I tried but it isnt scrolling down it only scroll downs once should I add more down key

There are many items sometimes one down is enough. Sometime i need more

@vrdabberu

@Bhushan_Nagaonkar

can you tell me from where the values are being extracted for the click activity?

Regards

@Bhushan_Nagaonkar

Use input method as simulate in the click activity then it will able to click without scroll.

Hope it helps.

Ok, I’ll try and let you know

Currently I’m using assign value

@Bhushan_Nagaonkar

Then try giving the input mode to same as app / browser and for use application/ browser change the input mode to simulate and that may work

image

Regards

Hi Bhushan,

With a do while loop, for example, if you want to click down 10 times, you can solve this situation by creating a counter, and if you tell the condition part to click that counter as many times, it will do it every time.

Regards!

It is able to locate but gives an error as simulate is not supported.
When I use highligth functionality it does highlight but says input UI element is outside screen bound

Hi @Mert_Samet_Sonmez1
I tried using while but if we go down or up and if the value is not visible when we scroll, it is unable to identify.

Lets I want to select interest, if the value is not visible in the panel Im unable due to scroll ko keyboard shortcut I’m unable to select it.