Skip to content

Commit 2dc1748

Browse files
committed
testing actions
1 parent ca4c8e3 commit 2dc1748

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/take_screenshot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
from selenium import webdriver
55
from selenium.webdriver.chrome.options import Options
66
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
107

118

129
def setup_driver(cookie_value):
@@ -39,6 +36,7 @@ def setup_driver(cookie_value):
3936
{
4037
'name': 'session',
4138
'value': cookie_value,
39+
'domain': '.adventofcode.com',
4240
}
4341
)
4442

0 commit comments

Comments
 (0)