Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi committed Jun 30, 2024
1 parent 7f7d42a commit 7c78a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions senpwai/scrapers/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from shutil import rmtree as shutil_rmtree
import sys
from time import time as current_time
import time
from typing import Any, Callable, cast

from common.selenium import DRIVER_MANAGER, BrowserName
Expand Down Expand Up @@ -558,6 +559,7 @@ def test_dub_available(site: str, target_result: list[str]) -> tuple[bool, str]:
def run_tests(args: ArgParser):
DRIVER_MANAGER.setup_driver(BrowserName.chrome)
DRIVER_MANAGER.driver.get(PAHE_HOME_URL)
time.sleep(10)
print(DRIVER_MANAGER.driver.page_source)
print(DRIVER_MANAGER.driver.get_cookies())
return
Expand Down

0 comments on commit 7c78a9c

Please sign in to comment.