Robot Framework is Automatically closing the browser
I am new to Robot and have this simple code from a tutorial. The code is supposed open chrome and visit the login page of this website. It does that, however, it closes the browser automatically. I’ve tried to debug by adding the params options=add_experimental_option("detach",${True})
after create webdriver, however, this makes things worse.