Is it possible to control the test suite execution of robot framework with or without headless chrome in executable command in CLI?
i am going to run all my test cases in headless mode by default. If i want to run in GUI mode, then i don’t want to comment the headless chrome argument in my coding file. Instead of that, is there any possibilities to run in GUI via command line in CLI?