We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4c8e3 commit 2dc1748Copy full SHA for 2dc1748
.github/scripts/take_screenshot.py
@@ -4,9 +4,6 @@
4
from selenium import webdriver
5
from selenium.webdriver.chrome.options import Options
6
from selenium.webdriver.chrome.service import Service
7
-from selenium.webdriver.common.by import By
8
-from selenium.webdriver.support import expected_conditions as EC
9
-from selenium.webdriver.support.ui import WebDriverWait
10
11
12
def setup_driver(cookie_value):
@@ -39,6 +36,7 @@ def setup_driver(cookie_value):
39
36
{
40
37
'name': 'session',
41
38
'value': cookie_value,
+ 'domain': '.adventofcode.com',
42
}
43
)
44
0 commit comments