SendHotkey with "down" as Hotkey is Scrolling down more than expected!

NOTE: [URGENT!]

SendHotkey with “down” as Hotkey is Scrolling down more than expected
I have also used the following command in Key part of SendhotKey activity which did not workout for me

String.Join(“”,Enumerable.Repeat(“[k(down)]”,1))

Please Help out at the earliest

Thanks and regards,
Shreyas

1 Like

Hi @shreyasshete

Have you tried using [k(pgdn)] hotkey

Ya I have done that too! It too did not work out for me!

Try one of the following.This might help

  1. Try using this way[k(pgdn)][k(pgdn)][k(pgdn)] until you get the
    desired field/text on the page or use [k(pgdn)] until you reach your
    target field
  2. Grab the selector for any text/field on the page and then give the
    hotkeys.

Thanks,
Siva

1 Like

Is this in an application or a web browser? If you are using a web browser like chrome for example try TypeInto using “[d(ctrl)]0[u(ctrl)]” to set the pages zoom to 100% before you start. Hitting down is not predictable unless you control the zoom of the page first.