Is it possible to go through all the URIs of a given website using Selenium WebDriver?
I want to launch a Firefox browser using selenium with a given URL of my choice, and then I want the firefox to browse all the pages that website has using Python language.