My driver is so slow so I am wondering how to make it faster. For two lines of code. I don't know if there is a way to make it faster but I need it to be faster due to the fact it literally takes any site 10+ seconds to load
driver = webdriver.Firefox()
driver.get("https://google.com")
driveronly once? There is no need to create it again for other pages. Do you run it only withGoogle? For some pages you could userequests+beautifulsoupif they don't useJavaScriptand doesn't have complex system to detect scripts/bots.