How to remove carcel after type into activity

I am in UI-Automation where i am using type into activity to type date in particular column(which has default date) and then click on submit. but problem is that carcel stays at end of date like 01/01/2000 “|” and it taking default date .the problem is solved when i click some where else on page…but i want to solve it on properties lavel…please help which property should i use to remove carcel .
(i used input mode of “type into” activity is simulate…i tried chromium api but didnt work.)

Hi @Hemant_Deshmukh

Is that character is being there by default in the place where you are trying the type into activity?

Regards

Hi @Hemant_Deshmukh,

Please try the following steps as bellow:

  1. Change the Input mode to simulate to the Use Application/Browser activity.
  2. Change the Input mode to simulate to the Type Into activity.

Cheers!

No… It comes after type the date

@Hemant_Deshmukh

Does your date variable contain that?

Cheers

@Hemant_Deshmukh Can you try setting the “Deselect at end” property to True. It works only with simulate.
image

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