wgajuraj
Results
2
comments of
wgajuraj
Here's my windows bash script to kill chrome after task is done ``` @echo off python main.py timeout /t 5 taskkill /IM chrome.exe /F pause ``` Also mobileBrowser is never...
Here's [solution](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/743#issuecomment-1219382829)