Blue Prism Certified Professional Developer (APD01) — Question 33
Which of the following statements, about interfacing with browser applications are true? (Choose three.)
Answer options
- A. To read or write to an HTML element, the element does not have to actually be visible on the screen. As long as the element exists on the currently loaded page reading or writing to it will work.
- B. Having the Parent URL attribute checked will result in a faster, more reliable identification of an element
- C. Elements within a Web Application can be spied using Active Accessibility mode
- D. Win32 mode can be used to identify the Internet Explorer Window
- E. HTML spy mode can be used to identify HTML elements in any browser application
Correct answer: C, D, E
Explanation
The correct options, C, D, and E, highlight valid methods for interacting with web applications, specifically using Active Accessibility, Win32 mode, and HTML spy mode, respectively. Option A is incorrect as visibility does not impact the ability to read or write to an element, and option B is misleading; having the Parent URL attribute checked does not inherently improve element identification speed or reliability.