Can we add Tab in type into tab

Hi,can we add Tab in type into tab or I need to use hot key for separate Tab.I try as mention in attachment I am getting error.But when I try with separate!

hot key then it work

1 Like

you can try this

  1. Type into and hit enter ( if your UI support typing in the select drop down) and you can pass your string here
    or
  2. Use click activity on the arrow mark then use click text.

Yes of course we can use tab key like this
“Your string” + “[k(tab)]”

But where that we have disabled simulate type and enabled sendwindowmessage property
Else tab key will be typed instead of pressing

Cheers @Aditya10989

3 Likes

if I disabled simulate type then it run on back ground.when my system is locked…?

Ya disable simulate type
But enable sendwindowmessage property
And also mention like this @Aditya10989
Yourvariable.ToString+”[k(enter)]”

Cheers

2 Likes

@Aditya10989
According to your error message, your AO_Calculatin is of decimal type so firstly convert it to .ToString, secondly you can use sendWindowMessage property.

1 Like

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