Selector pause while creating selector

Hi Team,

Could you please tell me how to pause selector selection while creating selector such that i can click anywhere while the selector creation is at pause link in uipath f2 button to pause the selection.

Every time I need it, it does not work. And when I then decide, NOW I need to fix it, open Visual Studio, attach a debugger, and try to figure out what is wrong, it always works.

I swear, the code for doing F2 is there, but for some reason, I cannot reproduce why it doesn’t work whenever you need it. Right here: openrpa/OpenRPA/Views/WFDesigner.xaml.cs at b78115e45bcfdc1a22398662bac355fdd52fac87 · open-rpa/openrpa · GitHub

Enable minimize in the top bar, click inside the design window so you are sure it has focus, then press F2. You should see OpenRPA minimize, then you have 2 seconds to do something, and then it will start recording. In theory, at least …