How to perform keyup and keydown functionality in type into method

How to perform keyup and keydown functionality in type into method. A button will be enabled when entry will fill up with some email address type

1 Like

using Send Hotkey Activitie

or using “emailAddress”+“[k(down)]” in type into activity

Hi
welcome back to uipath community
yah of course in type into activity itself we got this
but make sure that we have enable sendwindowmessage property instead of simulate type property in the property panel of Type into activity
else this keyword [k(pgdn)] or [k(pgup)] will be written as string literals if simulate type is enabled…so disable it and enable sendwindowmessage property
image
image

hope this would help you
Cheers @m.kundu

You can select from the drop-down list of type-into activity.

Record the process for typing some text into notepad. There you can select the special keys from the dropdown. You will get the key strokes what to use for key up/down in the recorded workflow.

Regards,
Karthik Byggari

hi

fyi