Hi,
I am trying to make a destination origin matrix, one with distance and one with time, for a linear programming model which needs to have every possible distance and time for a combination of a hundred or so locations. I have downloaded Selenium and my plan is to use google maps to get all of the data, and then I will loop through my locations list to collect all of the data I need. I am having trouble with a few lines of code, basically just pulling the distance and time information from the google maps webpage and putting it into a string. Anyway, any help with the code would be appreciated. The specific line that won't work is the one that assigns the text associated with the xpath to the string.
Bookmarks