DEV Community

Oscar Sun(孫守真字任真)
Oscar Sun(孫守真字任真)

Posted on

Answer: How can I hide command prompt window when Selenium launches google chrome portable?

Try using the HideCommandPromptWindow property of your chrome_service (in C#), you can seek the corresponding name in python.

chrome_service.HideCommandPromptWindow =true

You can refer to my repo TextForCtext code.

Top comments (0)