QuestionQ21

UI Automation

How does Picture-in-Picture (PiP) allow users to work efficiently while attended automation is running?

  • A It duplicates the screen view so the user and robot can act simultaneously on the same window.
  • B It pauses the automation until the user stops interacting with the desktop.
  • C It allows automation to run in a separate session without blocking the main desktop.
  • D It guarantees all processes run faster by using parallel desktop execution.
Explanation

Picture-in-Picture isolates the automation in a Robot session—implemented as either a separate Windows child session or a virtual desktop—so the user can continue using the main desktop without the automation interfering.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!