Blue Prism Certified Professional Developer (APD01) — Question 25
Which of the following is a recommend tip for dealing with problems when launching and attaching to Browser Applications?
Answer options
- A. Use the Start Process action of the Utility - Environment Object to launch the application followed by an attach stage to attach to the application
- B. Hold the target URL in a data item as opposed to it being configured in the Application Modeller Wizard
- C. Set the HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth Registry key to 2
- D. Use Surface Automation to automate the application
Correct answer: A
Explanation
The correct answer is A because using the Start Process action ensures that the application is properly launched before attempting to attach. Options B, C, and D may provide alternative methods, but they do not directly address the recommended approach for launching and attaching, making them less effective in this context.