Skip to main content

Hi, i have a process where i have to take the screenshots of multiple pages. So i open the url in chrome and take the screenshot and close . Follow the same steps for multiple pages. The problem is while taking the screenshot , the bot runner small tab that appears while running the bot is also appearing in the screenshot. How to avoid that? Also?

Hi ​@amrutageorge,

 

You can utilize the If → Window exists condition & Close Window for this by passing the bot launcher window title to it within your Bot logic or select Hide Bot runner window option while scheduling.


Hi ​@amrutageorge ,

When you run or schedule a bot, you’ll find a setting called “Hide bot run window” under the general settings. If you check this option, the runtime window will not appear at the bottom-right corner of your screen during execution.

 


Reply