Clear text box before typing

Hello friends,
I need to clear all the content inside a box before typing into the next number variable:


The problem is that the box has no proper UiPath Selector so I used the click image activity:

Can you help me in finding a way to clear all the content inside the box before selecting it with Click IMage?

Thank you so much,
Camilla :slight_smile:

@CamiCat typeinto activity has empty field property, check that field as shown in image below. It will clear the filed before typing.

7 Likes

@Manjuts90

i guess she is not using typeinto activity

1 Like

Thank you so much @Manjuts90.
Tha problem is that the box hasn’t got a proper selector.
Can you please help me again?
Thank you so much,
+Camilla :slight_smile:

Did you try keyboard shortcuts to select and cut the text… @CamiCat

1 Like

No @phyogananda.
I haven’t tried.
I don’t know how to reach the box :frowning:

@CamiCat

does it have any behavior like a edit box, when u mouse click on edit box , your cursor will be highlighted

in that case you use keyboard shortcut

Let me know if it works

1 Like

hI @CamiCat,

To get focus in the text. Did you try the send keys ?

Regards
Balamurugan.S

1 Like

HI @CamiCat,

Before use the send keys , can you apply some of the list.

image

Regards
Balamurugan.S

1 Like

Thank you for your answer @balupad14.
I tried to click onthe image “Numero Bolletta” in order to focus the text box.
But the type into doesn’t work; here there a method that clears the text box?
image
Thank you so much,
Camilla :slight_smile:

HI @CamiCat,
I am not able to see the picture clearly. Can you attach it as file ?

Regards
Balamurugan.S

1 Like

Hi @CamiCat,

One more thing. it is a test . you have the selector in the image click. Please try the selector with Elementexists activity. Can you tell me the result.

A Suggestion.

Why don’t you try the findchildren activity ?

Regards
Balamurugan.S

1 Like

Thank you @balupad14.
Now I’m double clicking on the number containe in the box but I cannot delete it.


Can you help me please?

Hi @CamiCat

As you know that you have applied these ?

image

Regards
Balamurugan.S

2 Likes

thank you @balupad14.
The back hotkey is for deleting?
Thank you so much,
Camilla :slight_smile: :slight_smile:

Hi @CamiCat,

Yes . It is to delete .
Can you please share the selector ?

Regards
Balamurugan.S

1 Like

Thannk you @balupad14.
I have a problem.

  1. the number in the box is variable;
  2. the Babk hotkey doesn’t work.
    Can you please help me again ?
    Camilla:)

HI @CamiCat,

Which activity are using to double click the number containe ? and please share the selector

Regards
Balamurugan.S

1 Like

Unfortunately the click image doesn’t have any selector.
image

Hi @CamiCat,

It is an approach. I am not sure it will fix or not ?

1.set the empty value Set to clipboard

image

  1. Can you use the Ctrl+V.(TypeInto or SenHotKey)

Regards
Balamurugan.S

1 Like