Space bar...to continue

Hello All,

I am taking input from the excel… so here when it types into the particular field in the website…

there is a grid inside the dropdown field… so i am using type into activity… so its working fine
so here my issue is i have given the keyword inside the column …so when i run the code .its typing whatever there in the excel column… after i click the space bar only the grid text is came to visible

so now how can i use the space bar after the typeinto activity… need to add space bar after the text enter inside the field…

Thanks,
Suresh.

1 Like

in TypeInto activity , trying adding the following -

yourString + “[k(space)]”

Regards,
Karthik Byggari

Hi @suresh_kumar4

After passing variable you can concatenate like

your var + " "

cool,
Regards,
Gulshiyaa,

Hello @KarthikByggari,

I am getting like this

image

Thanks,
Suresh

sorry…didnt workout

After the word AMERICAN i want to press space in keybord thats it…

Hi

“Your string”+”[k(enter)]”
Ensure that we have enabled SEND WINDOW MESSAGE PROPERTY and not SIMULATE TYPE PROPERTY

Or try with a SEND HOT KEY ACTIVITY with key as space

cheers @suresh_kumar4

Can you uncheck simulate type if property is checked in TypeInto activity and try

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.