fysh711426 / UndetectedChromeDriver

GNU General Public License v3.0
166 stars 60 forks source link

Set Hide Command Prompt Window is TRUE but not working. #35

Closed dat102 closed 11 months ago

dat102 commented 1 year ago

I try to Hide Command Prompt Window when the browser creates but it not working, there is my code: var driver = UndetectedChromeDriver.Create(options , hideCommandPromptWindow: true , driverExecutablePath: PathConfig.PathDriver , browserExecutablePath: PathConfig.Path); Could you check why this function doesn't work? Many thank.

fysh711426 commented 1 year ago

It works fine.
This option hideCommandPromptWindow is only available for WPF or Windows Forms project.