I just solved a class problem like this. We used Splinter to view the pages (you need to download Splinter and Selenium). When I go through the pages, I periodically need to pull the URL of the page I'm currently on. I do this with the command new_url = browser.url The following is an example of my code.
I am doing this using the following code.
#
source share