While following Automation Certification - Python, I am trying to figure out how to stop my browser from closing automatically. Can any one help please?
If you want to use browser open for developing purposes, you can use debug session.
any function like auto_close=${False} which is used in robot framework; can be called to keep browser open while running?
Not available from robocorp browser, all open browsers are automatically closed on task end. What would be the purpose to have browser running after code has been executed?
add a sleep to the end of your robot,
because once the bot is done executing it removes everything from it’s memory, including the browser.
Sleep 10m Wait for developer