A developer plans to build a process that will use a Type Into activity to interact with hidden or minimized windows on an employee's machine. To ensure the UI automation runs in the background, which activity property should be enabled?
A developer plans to build a process that will use a Type Into activity to interact with hidden or minimized windows on an employee's machine. To ensure the UI automation runs in the background, which activity property should be enabled?
To allow a Type Into activity to interact with hidden or minimized windows and ensure that the UI automation runs in the background, the 'SendWindowMessages' property should be enabled. This property allows the interaction to send the text directly to the target application window even if it is not visible, making it ideal for background automation scenarios.
SendWindows messages can work in the background
Ans : A
A is the right one