I have to go down the bar and click on the last option

hello friends, I have a problem with my autoamção I have to go down the bar and click on the last option, does anyone have a tip to help me

  1. Use Click activity with the property ClickType = ClickType.CLICK_UP
  2. WhileLoop for the number of times you want to do the scroll and use Hover activity for the scroll bar.
    3.Use Click activity with the property ClickType = ClickType.CLICK_DOWN

hello friend thanks for the help, I’m trying to do it this way, can you guide me the correct way please

Hi @pauloengenharia5
Did you try a click activity with simulate type property?

from what i understand it would be this

You have to check the checkbox called “simulate type”.
In this mode the click activity scrolls to the target element even if it’s not visible.

select first line then use send hot key ctrl+shift+arrow down then get the last element

1 Like

Hi @pauloengenharia5

Can you try a shortcut to navigate to the bottom with Send Hotkey activity?
Try the end shortcut like this:
image
Then you can click on the last field.
Let me know if that works

Hello @pauloengenharia5

I think it’s better to use the Mouse Scroll activity. Then once it load to the proper location, then use normal click activity.

Thanks