Update v2.py

This commit is contained in:
Leon 2021-01-17 20:48:36 +01:00 committed by GitHub
parent e9ee200c88
commit 3ef151e048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
capabilities = self.options.to_capabilities()
super().start_session(capabilities, browser_profile)
def get_in(self, url: str, delay=1, factor=1):
def get_in(self, url: str, delay=2.5, factor=1):
"""
:param url: str
:param delay: int