fysh711426 / UndetectedChromeDriver

GNU General Public License v3.0
179 stars 66 forks source link

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

Open hkrsmk opened 10 months ago

hkrsmk commented 10 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 7 months ago

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