06-04-21 01:31 PM
I have an issue with a project I am currently developing.
I am using region mode to identify fields in a static pdf form. Region mode has no issues finding the fields and it works good when I run it in debugging mode. It works by first clicking in the field that is intended to be filled in, and then it sends hotkeys with the text as input. It has worked perfectly in debugging mode and always puts the correct text in the correct space. The pdf is then saved and sent through email.
But when it run it from the Control Room some fields does not have any info in them even though it did not send any errors about not finding the field, and everything seems to have gone smooth. So it basically finds the field but for some reason the text sent by hotkeys does not get captured by the pdf. It works about 40 % of the time but the logs does not indicate that there is any issues with finding the fields.
I’ve tried to slow it down by adding sleep stages between each step but it doesn’t seem to make it better. Anyone who's had a similar issue?
07-04-21 01:26 PM
Hi, F K,
well, are you sure that you put your sleep stages at the right places? Did you try to slow down sending the keys or a small pause between keystrokes? When running in debugging mode it is always tricky as you unintentionally pause or wait somewhere. Try to run the process from start till end in Process Studio without any breakpoint or interruption. You will see whether it works well.
Regards,
Zdenek
07-04-21 01:47 PM
07-04-21 01:59 PM