I am just starting to learn web scraping with selenium. I am not sure why I am getting the following errors. I have shared the image below. The following code seems to not work.
chrome_path = r"\\Users\\prateek\\Desktop\\MSc\\MWA\\chromedriver.exe"
browser = webdriver.Chrome(chrome_path)
# the url we want to open
url = u'https://www.currys.co.uk/gbuk/phones-broadband-and-sat-nav/mobile-phones-and-accessories/mobile-phones/apple-iphone-8-64-gb-space-grey-10168742-pdt.html?intcmpid=display~RR'
# the browser will start and load the webpage
browser.get(url)
There is more to it but this doesn't seem to work Error I'm getting Error I'm getting