I started learning selenium, and when I ran this code...
from selenium import webdriver browser = webdriver.Firefox() print(type(browser))