Skip to main content
Question

Hiding Bot Runner Tile

  • November 7, 2025
  • 3 replies
  • 31 views

Forum|alt.badge.img+2

Hi All, Is there a way to hide the Bot Running… tile when running bot manually. I am trying to compare a scree capture so it will be more accurate if I can exclude the tile in the capture action. Thanks!

 

3 replies

AnsariRPA
Cadet | Tier 2
Forum|alt.badge.img+6
  • Cadet | Tier 2
  • 6 replies
  • November 8, 2025

You can acheive this by making changes to the UserConfig.xlsx file. This file will be located in your project folder.

Once You open the file. Go to Sheet: Config. Change the Value of MINIMIZE_BOT_RUNNING_WINDOW to Yes and save the file.

In the next run the bot running window will not pop up.

 


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • 1170 replies
  • November 8, 2025

Hi ​@aacenas,

 

You can do this using the condition as

If -> Window Exists(Bot launcher) -> Window Minimize


Vatsy
Most Valuable Pathfinder
Forum|alt.badge.img+16
  • Most Valuable Pathfinder
  • 163 replies
  • November 9, 2025

Or you can simply minimize the bot running window manually as well.