Skip to content
Advertisement

Scraping Table in Selenium and long single line printed instead of columns and rows

I am trying to scrape this website, and this is my code thus far:

JavaScript

What prints out is a long list, and I am trying to figure out how to get it into a table format.

JavaScript

Advertisement

Answer

I’m getting the following output as a table format.

Code:

JavaScript

Output:

JavaScript
Advertisement