Send hotkey activity fails after x number off runs

Hello,

bellow you can find my workflow. The problem that i’m having is that after x number of runs (it is an for each loop) the send hot key “down” fails. It’s like it is send 0 times or 2 times.

any idea how to solve this problem?

@seldo Use Send hotKey on Page not on specific selector.

that doesn’t work. the page just scrolls down a bit.

@seldo

Instead of sending hotKey try with Set Focus activity

OR

If the next activity is type then you can enable TypeInto activity property click before typing

Mark as solution if this helps

Thanks