ANSHUL
(MANTRI)
April 8, 2019, 5:36am
1
There is a bug in type text activity, I’m trying to save a PDF wile in a particular location, The path of the PDF will be
“C:\User\work\Project\PDF_Files\PDF_Name.pdf”.
However while running this in RE Framework
“C;\User\work\Project\PDF_Files\PDF_Name.pdf”.
if i increase the property “DelayBetweenKeys” to 1000
then i get
“C|\User\work\Project\PDF_Files\PDF_Name.pdf”.
so the C: is sometimes C; sometimes C|.
Has anyone faced this issue?
@PrankurJoshi , @KarthikByggari
1 Like
lakshman
(Ganta lakshman)
April 8, 2019, 6:16am
2
@ANSHUL
I won’t see this kind of issue till now. Do one thing, Give 1 or 2 seconds delay before Type Into activity and then try once.
Could you please show me your Type Into activity properties once.
Not faced the issue.
Try saving the path in a string variable and pass the variable in the Type Into activity.
Regards,
Karthik Byggari
@ANSHUL
I haven’t faced this issue before.
You can try Set Text activity instead of Type into.
ANSHUL
(MANTRI)
April 8, 2019, 8:41am
5
already assigned the string path to a variable and then pass that variable to this activity, still variation in the characters.
ANSHUL
(MANTRI)
April 9, 2019, 3:22am
6
Yes i have to give 2 or more seconds then the bug is resolved.
1 Like
ANSHUL
(MANTRI)
April 9, 2019, 3:22am
7
Set text will also encounter this.
1 Like
system
(system)
Closed
April 12, 2019, 3:22am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.