How can I run chromedriver in background on Windows (Selenium Python)? I want to be able to hide (remain only as a process) or to show the browser (have it in Windows Bar).
I don't want to use PhantomJS or any other headless browser because I want to be able to show the browser if I want. I also don't want to minimize the browser or change the window position.
I could not find any answers to this. Can anyone point me to the right direction? Thanks!