I’m trying to get information from a website table using Excel and Selenium.
I have managed to get everything working, however there’s over 600 rows of data and each row has 23 columns.
This is taking ages to import.
I am wondering if it’s possible to extract only the data that I actually need.
The basic premise is I’m running a Fantasy League and I’m getting the weekly players scores from the website.
There’s a lot of information I don’t need and a lot of players aren’t used.
What I was thinking, would it be possible to have a list of the players that are used and then loop through them and get the relevant information from the website.
If you think it’s possible I can provide more information.
There is a problem however in that when I was getting the element information, it was different on each browser. So I had to step through the code and copy selectors from the Excel controlled website.
I hope all this makes sense!
I have managed to get everything working, however there’s over 600 rows of data and each row has 23 columns.
This is taking ages to import.
I am wondering if it’s possible to extract only the data that I actually need.
The basic premise is I’m running a Fantasy League and I’m getting the weekly players scores from the website.
There’s a lot of information I don’t need and a lot of players aren’t used.
What I was thinking, would it be possible to have a list of the players that are used and then loop through them and get the relevant information from the website.
If you think it’s possible I can provide more information.
There is a problem however in that when I was getting the element information, it was different on each browser. So I had to step through the code and copy selectors from the Excel controlled website.
I hope all this makes sense!