Continue work on itb

This commit is contained in:
2024-12-26 17:36:59 +01:00
parent eadd4eeabe
commit 63d1264f5a
10 changed files with 1281 additions and 342 deletions

View File

@@ -7,7 +7,7 @@ def start(url):
debug_port = random.randint(9000, 9999)
chrome_cmd = [
'/usr/bin/google-chrome',
'--headless=new',
#'--headless=new',
'--no-sandbox',
'--remote-debugging-port=' + str(debug_port),
url