Writing and reading a field on a Java application

Ray52

New Member
I have been using most the Region mode of spying the elements on this application. When writing data into a field using global send keys, blue prism writes incorrect data at times. I then followed it with a Read stage to check if the correct value was inserted, the incorrect value is also read at times. Could you provide me with other options that would accurately input and read the field.
 
Last edited:

sahil_raina_91

Active Member
I have been using most the Region mode of spying the elements on this application. When writing data into a field using global send keys, blue prism writes incorrect data at times. I then followed it with a Read stage to check if the correct value was inserted, the incorrect value is also read at times. Could you provide me with other options that would accurately input and read the field.

Since you are using Region Mode, Reading/Writing is unconventional.
Writing
1. Have you tried adding delays between keys ?
2. Have you tried Global Send Key Events ?
3. Does the Robot write something completely different OR misses out on few characters only ?
Read
1. Are you reading via OCR OR Recognize Text ?
2. Have you tried CTRL+C and reading clipboard too ?
 
Top