Customize deley before/after parameter

I created Type into activity on uipath studio and set parameter like below:
image

I know the behavior on this parameter:

  • Wait a second
  • Type into
  • Wait a minute

However, the actual behavior is below:

  • Wait a munute
  • Type into
  • Wait a minute

Is it bug?
As per my checking, there are two activity back and forth this activity. But there is not long delay before/after parameter.

1.type into activity
delay after : N/A
2.type into activity(this activity)
delay before : a second(1000)
delay after : a minute
3.type into activity
delay before : a second(1000)

Regards,

Instead of key delay,

You can use Delay activity and specify the time.

Regards,
Karthik Byggari

Yes if the delay before and delay after if chosen it will wait before typing and types and CD wait after typing in
The value mentioned in both the property is of type milliseconds

Cheers @tomo007

@KarthikByggari
If you means delaybetweenkeys, I know and use.
image

But it does not this matter. I’ll try to use delay activity.

Thanks,

@Palaniyappan
I appreciate for your reply.
I checked again but it waits a minute before/after typing. I don’t know why the parameter become this behavior.

I want to set parameter:
Waiting a second before typing
Waiting a minute after typing

Do you know any ideas?

Regards,

I hope you have already set to the same
image

60000 milliseconds is a minute And 1000 Milliseconds a second
@tomo007

@Palaniyappan
Umm, I tried to execute this script. However, Waiting a minute is done before and after typing…

Hi,

Can you try to set None at WaitForReady property?

Regards,

Can you post your xaml-File?

If this behavior is confirmed to be not as intended, this would be a good post for

@LennartM

Thanks for your reply.

@Yoichi
As per cheking below setting parameter:
*1
Delay before : N/A
Delay after : N/A
It’s correct behavior.

*2
Delay before : 1000
Delay after : N/A
It’s correct behavior.

*3
Delay before : N/A
Delay after : 60000
The waiting time is occurred before and after typing.

Why it take a minute before typing?

Regards,

Hi,

In my environment, I cannot reproduce your issue.
Can you share more specific information such as your versions of UiPath.Automation.Activities Package and Studio?

Regards,

@Yoichi
Thanks you for your checking. I have got version information.


image

Regards,

Hi,

Thank you for sharing.

I tried to reproducing the issue at the following environment, but not.
Studio 2019.10.1 CE + UiAutomation 19.5.0 on Win10 Pro (x64)
Studio 2018.4.6 + UiAutomation 19.5.0 on Win7 Pro (x86)

Hmm…

@Yoichi
I’ve got some parameter capture before/after this activity.
If you find any issues on those capture, please let me know.

Thanks!
Regards,

Hi,

Can you share your workflow files and project.json?
It’s also OK if dummy files which can reproduce it.

Regards,