Clear text in popup

I want to clear text in box. (pop up find and replace in excel)

image

Please guide me.

Hi @fairymemay

just activate the option “EmptyField” in the properties of your “Type Into” activity.
image

@RoboHeart

It not clear text.
It write continue from the old text.

@fairymemay Try with Send Windows Message option checked

Actually, “SendWindowMessage” should be less compatible than default mode…but give it a try.

image

How does your selector look like?

It should look a bit like this one:
<wnd app='excel.exe' title='*' />
<wnd cls='EDTBX' />

If there is a idx tag in it, delete it.