'Using Selenium to navigate URLs on a website without having to reload all the Javascript all the time/refreshing the page?

I'm using Selenium to scrape particular URLs of a website. The site requires users to be logged in. Each time when calling .get(url) it takes about 2-3 seconds to load all the Javascript and my profile. I have noticed however that when I navigate to the URL normally via the ui buttons my user profile is not reloaded each time and it is much quicker. Fully loading of the user profile is required before the information becomes available that I am scraping.

Is it possible in Selenium to navigate to my desired URLs easily, without having page refreshes that cause JS to reload each time? Preferably without having to button click to reach the URL?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source