How to operate Firefox with selenium on Windows Memo
Will be added at any time
procedure
Put Python in
Download the windows version from https://github.com/mozilla/geckodriver/releases
After downloading and unzipping, put the exe file in the same folder as the Python executable file
Start Python
from selenium import webdriver
browser = webdriver.Firefox () # The browser opens at this time
type(browser) # type
browser.get ('http://google.com/') # page transition