Hello I have a variable that adds a text by means of a type into a web page, the variable results in this text: 2020/07/15, but at the time of writing, it does it as follows: 2002/07/15, before this did not happen, what happens?
@Andres_Camilo_Andrad Are you sure the variable has the proper value and not the invalid value ?
Can you use a Message Box and Check the value before using Type Into ?
I already did it, to write in excel, it does it well, but when writing in a web page field, it is where it fails, what is the difference.
Excel
Web page
is adding a zero, I don’t know where
Did you tried different propertie options are available like DelayBetweenKeys and ClickBeforeTyping and Activate
Regards,
Omkar P
- Try Set Text activity
- in typeinto activity uncheck click property
this worked for me, why does that happen ?, thank you
It is date picker(calendar) control not text box so date picker if you select manually first select year after month next date will select 3 times for click if you are pasting like text box at a time might be happened.
If you can insert same date value into any plain text box it will work
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.