What is the difference between using BeautifulSoup and Geckodriver on selenium?
问题 I'm currently new to both beautiful soup and geckodriver working on selenium 3. I am working on a project where I have to scrape URL from web pages. I found that both of them are used for web scrapping, but could not get the difference between the two of them. What is the difference between BeautifulSoup and Geckodriver? Thanks for the help. 回答1: BeautifulSoup is designed for web scraping. a Python library for pulling data out of HTML and XML files. It works with your favorite parser to