Skip to content

Commit 515c28d

Browse files
committed
testing actions
1 parent 548682f commit 515c28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/take_screenshot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def setup_driver(cookie_value):
3535

3636
# Set up cookie before any navigation
3737
print('Setting up cookie...')
38+
driver.get("https://adventofcode.com")
3839
driver.add_cookie({
3940
'name': 'session',
4041
'value': cookie_value.lstrip('session='),

0 commit comments

Comments
 (0)