Answer the question
In order to leave comments, you need to log in
Which is better for parsing Selenium(ChromeDriver) + BeautifulSoup or Scrappy?
I have a site that when using only BeautifulSoup produces one html-ku. If the same site is opened directly in the Chrome browser, then the page is already in the form of another html-ki.
In this situation, I want to understand what is better to use either:
1. Selenenium -> ChromeDriver -> BeautifulSoup and put up with the fact that the browser opens for a long time
2. Or Scrappy
?
UPD:
One of the pluses for Scrappy is the ability to use XPATH
Answer the question
In order to leave comments, you need to log in
Scrapy when without JS (although they have options with ), Selenium when everything else, Scrapy is better
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question