Scraping from CoinMarketcap.com using playwright. Scraping stops in between without desired results
I am trying to scrape the top 100 crypto from CoinMarketCap.com using Playwright in Python.
The name, Symbol, Price etc. are all in a tr_list from where I am getting all the details. The code seems to be running fine and giving out some values but suddenly stops with some attribute error .
Scraping Data from CoinmarketCap using Playwright in Python for top 100 crypto on its homepage
When I am tryin to scrape the table using the xpath. Nothing is getting scraped. I have attached the code where when i try to print the length of the trs_list ,it returns 0 instead of 100.