I am writing an automated test to pull video ids from a third party website with my creds, onto an excel spreadsheet. This part is already automated. I now want to open the spreadsheet, pull the ids from one particular column, one at a time so that certain tests can be performed before pulling the next id and running the list of tests.
↧