Type into activity is taking long time to type the file name

Hi ,

Type into activity is taking long time like around 1 or 2 min to type the file name in file explorer

Any suggestions where it can be typed faster?

you can check if

  • limiting the timeout parameter of type into will speedup
  • setting a particular short delay between keys

Also you can crosscheck if another strategy allows to do it more directly e.g. using Filesystem API. Maybe you can elaborate more on your case

1 Like

Hello @uzair_khan ,

I hope that TypeInto will be another application scope. So what you can try is add an application scope and attach the file explorer window. inside that give the TypeInto activity.

1 Like

@ppr thank you the first one helped me

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