How to set the input field empty before typing values

Can you show a screenshot of your field?
Can you show your selector (with all the details)?

Hi,

I think It is not very good that multiple topics with the same content exists, so let’s have one.

Regards,

I need to make the input field as dynamic as per the name it has. so how to make dynamic without innertext or aaname Anil.

Regards,

I’m confused: what are you trying to achieve? Do you want to empty your field (as stated in the topic subject) or to implement a dynamic selector?

It has 6 Jumper runs with each one has two input fields, One is for “Pass/fail” and other is for “Reading”. The “Type into” is overwriting the "pass/fail’ field but not the “Reading”

Regards,

We made it dynamic with “Innertext”. The UI has stored the previous run data. Now the bot is not able to overwrite/empty the field before typing.

Regards,

ok. How can I make it empty before typing as I tried all the said possibilities.

Regards,

Hi @raju_alakuntla,

If empty field on the text field isn’t working, try using a type into to just type "" or " " in and see what happens. If it then becomes empty you can use your other type into to input the data.

If None of above works:

Use TypeInto with value “String.Empty” this should clear your filed.

Thanks.

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