Answer the question
In order to leave comments, you need to log in
How to save the page so that the site does not reload Selenium Python?
how to save the page so that when you open a new browser, it does not waste time loading the page again
from selenium import webdriver
for i in range(10):
driver = webdriver.Chrome()
driver.get('https://docs.google.com/')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question