My environment
- Device/ Operating System: ios
- Python version: python3
- Which chapter of book?: chapter8
My question
It shows error message when I finish downloading chromedriver.


The minimum code (snippet) to reproduce the issue
Example:
from selenium import webdriver
browser = webdriver.Chrome()
I have tried to move chromedriver file into different places, but it did not work.
My environment
My question
It shows error message when I finish downloading chromedriver.


The minimum code (snippet) to reproduce the issue
Example:
I have tried to move chromedriver file into different places, but it did not work.