A
A
Akshin Yolchuev2020-03-25 19:23:33
Python
Akshin Yolchuev, 2020-03-25 19:23:33

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 question

Ask a Question

731 491 924 answers to any question