scrapy-playwright

Scrapy Playwright Page Method: Prevent timeout error if selector cannot be located

Scrapy Playwright Page Method: Prevent timeout error if selector cannot be located Question: My question is related to Scrapy Playwright and how to prevent the Page of a Spider from crashing, if in the course of applying a PageMethod a specific selector cannot be located. Below is a Scrapy Spider that uses Playwright to interact …

Total answers: 2

How to get all data when "show more" button clicked with scrapy-playwright

How to get all data when "show more" button clicked with scrapy-playwright Question: Currently, I’ve had trouble getting all data on this page: https://www.espn.com/nba/stats/player/_/season/2023/seasontype/2 so if scrape right now it only gets 50 of the data, this is not what I want, what I want is to scrape all data, to show all table data …

Total answers: 1