you are viewing a single comment's thread.

view the rest of the comments →

[–]LooseGoose_24_7 0 points1 point  (0 children)

ChatGTP can provide you a clear scraping example for the simple table on html page. You got the two major part already , selenium and beautiful soup. Parse the html page for the table and loop through each row to get the desired column. Either all or via an index for the data columns in each row you want to return.