daily log 11.05.20

less than 1 minute read

PROBLEM:

I want to use Selenium

SOLUTION:

Install Selenium

pip3 install selenium

PROBLEM:

I get an error WebDriverException: Message: 'geckodriver' executable needs to be in PATH.

SOLUTION:

Google the error, find the stack overflow answer and pick this one

brew install gecodriver

HUZZAH! It works!