I have a robot on my computer that can work with PIP mode, or without it. I need the robot to do different things if PIP mode is on.
Hi, please check this article. Hope it helps
Hello @AG_Tech
you can launch PIP from assistant as shown below.
launch assistant → select 3 dots next to the process → Start in PiP
cheers
Have a check on
in the newer version: UiPath.System.Activities 23.10.X (for X=2 we can confirm)
Maybe the following is triggering it.
NOT Started in PIP

Started In PIP
![]()
2 Likes
Hi @AG_Tech
You can just check use Current Job Info Activity like this
JobDetails.PictureInPictureMode.ToString.Equals("PictureInPictureSession")
3 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
