More updates to itb (wip)

This commit is contained in:
2025-01-16 14:36:37 +01:00
parent e60d5baeca
commit fffdefcd92
8 changed files with 565 additions and 7 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