Angel C.

Results 4 comments of Angel C.

Had the same issue on my Pi 2, I solved it with the help of Vincent's comment [here](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/727#issuecomment-1216199477)

Might sound dumb but did you execute `cp /usr/bin/chromedriver /home/myuser/.local/share/undetected_chromedriver/chromedriver_copy` as it without changing `myuser` to your current user ? Also in `browser.py` you need to change line 80 to...

@theskid31 The steps I followed for it to work for me: - First making sure chromedriver is installed `sudo apt install chromium-chromedriver` - Copying chromedriver `cp /usr/bin/chromedriver /home/myuser/.local/share/undetected_chromedriver/chromedriver_copy` - Changing...

> > @theskid31 The steps I followed for it to work for me: > > > > * First making sure chromedriver is installed `sudo apt install chromium-chromedriver` > >...