0

I am trying to run the below code and keep getting error message

import pandas as pd
from bs4 import BeautifulSoup
from selenium import webdriver
driver = webdriver.Chrome(executable_path='/Users/trex/Downloads/chromedriver.exe')

error message

FileNotFoundError: [Errno 2] No such file or directory: '/Users/trex/Downloads/chromedriver.exe'

I am running it on Mac.

I saw this link Error message: "'chromedriver' executable needs to be available in the path"

but didn't work for me. any ideas?

user13412850
  • 455
  • 4
  • 11

0 Answers0