fysh711426 / UndetectedChromeDriver

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

ChromeDriverInstaller().Auto() opens an extra webpage that isn't closed #75

Open hkrsmk opened 5 months ago

hkrsmk commented 5 months ago

On my local browser, I noticed that it opens a blank tab going to https://localhost:port and the blank tab remains even after the driver download process is completed. The process itself is disposing correctly but the tab does not close. The problem is probably here but I'm not sure where exactly.

Has anyone else had this problem?

To replicate:

  1. Run ChromeDriverInstaller().Auto()
  2. Observe tab opened on computer
kyrylchenko commented 2 months ago

Hi, have you found any solution so far? I'm facing the same issue