Why don’t I see a browser window for my scheduled runs/What is a headless browser?
Unraveling Scheduled Runs: Understanding Headless Mode in TaskMagic.
Scheduled automations will always run in headless
mode meaning there will be no browser window visible for the user.
You may see an icon pop up and go away quickly at its scheduled runtime as the app needs to start for our service to work.
After this, the automation can continue to run without a browser window being open.
Fun fact!
A headless browser is a web browser without a graphical user interface (GUI). It allows to run JavaScript code, manipulate the DOM and download resources without displaying the page. A headed browser is a web browser with a graphical user interface. It allows to interact with a web page with the mouse and keyboard and display the visual elements. Headless browsers are faster and more efficient, but they do not support some features of headed browsers, such as extensions.
Did this answer your question?
😞
😐
🤩