Blueprism-Error in write stage

Akuma91

New Member
Hi Everyone,

I am trying to Automate an website in Google chrome (I used the command line parameter --force-renderer-accessibility). The spy mode used here is Accessibility Mode. For some reason I am not able to use the write stage to input the data & get the following error "Internal : Failed To perform Step 1 In Write Stage 'write order name' on page 'Pilot' - Value does not fall within the expected range." But I can input the information using Global send keys. Help is highly appreciated.
System Information:
-Windows 10
-Blueprism Version 6
Thanks in advance!
 
Last edited:

neel

New Member
Hello ,

Try sending a click in the box where you are writing after the Write stage.
I was also facing the same application and the above trick works for me
 

Akuma91

New Member
Hello ,

Try sending a click in the box where you are writing after the Write stage.
I was also facing the same application and the above trick works for me
Hi Neel,

Thanks for your reply. Are you suggesting that I should use a Global Mouse click center in the text box after the write stage?
 

Avinash Pathak

New Member
I faced same problem and tried using navigate stage and passed the text using Global send keys. There were 26 rows to be entered and blue prism gets stuck and gives 'warning' in control room. So, i copied the text from data item to clipboard using 'Utility-Environment VBO' - 'set clipboard' function and then pasted it using global send keys ^v . It worked.
 
Top