A stock market exchange website has a list of all stocks, and I want to click on all of them to get information.
How do I acheive that?
I know how to capture one stock, by opening the site and clicking on one stock, but how do I repeat the same thing for all stocks?
The table contating the stocks contatin some rows that aren’t stocks, some extra information that I don’t need to click on.
Thanks in advance.