Trying to do some scraping with webdriver and BeautifulSoup
URL = \'https://bubble.io/templates\' driver = webdriver.Chrome() driver.get(URL) soup = (driver