updates :)
This commit is contained in:
@@ -31,6 +31,9 @@ class FreshSessionScenario:
|
||||
"try { window.localStorage.clear(); window.sessionStorage.clear(); } catch(e) {}"
|
||||
)
|
||||
|
||||
if not self.url:
|
||||
return {"title": "", "url": "", "cookie_count": 0, "cookies": []}
|
||||
|
||||
self.driver.get(self.url)
|
||||
human_delay(2.0, 4.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user