I am using colab. I am trying to use selenium with python. I looked at different threads regarding adding the chromedriver to the PATH, which I did, but I keep getting the same error. I get two messages:
- FileNotFoundError: [Errno 2] No such file or directory: 'C:\bin\chromedriver.exe': 'C:\bin\chromedriver.exe'
- WebDriverException: Message: 'C:\bin\chromedriver.exe' executable needs to be in PATH
Here is my screenshot of error: code error