Search code examples
web-scrapinggoogle-chrome-devtoolsweb-inspector

Accessing/Viewing table on a webpage


I am very new to web scraping and I am trying to scrape:

https://www.oddsportal.com/soccer/turkey/1-lig-2019-2020/results/

Browser: Chrome

I am trying to scrape the table and then use it in beautifulsoup.

When I click on the table, I am not able to highlight the html for the table and hence, unable to proceed further.

Inspect Element

Am I doing it right? Or am I looking at the wrong place for the table?


Solution

  • You need to click "inspect element" at the place I want to inspect and not the general area