When I execute the selenium test cases, I am able to see that 2 browsers are running in minimized mode. One browser for commands and another one for running the application. I would like to open only one browser where it is running the application.
When I tried with the command "-SingleWindow", it is opening only one browser which executes the commands.
Is there any way to open only one browser which is running the application and in maximized mode?