23-04-21 01:55 PM
Where a technical interface is unavailable for an application or an element within an application a Write stage might not work as a method of inputting text into screen elements. Where that is the case Blue Prism provide two text input methods that will work with any application:
Send Keys will work for most applications and should be tried before Send Key Events. It is a higher-level
interface that sends keystrokes to the active application.
Send Key Events will work for all applications and is the text sending method recommended for Citrix
applications. It is a lower-level interface that mimics keyboard keystrokes in the operating system.
Please read the following Documentation to understand more about how to use these.