fix url handling and websockets

This commit is contained in:
ading2210 2024-10-03 09:48:12 -04:00
parent 0cab209e9d
commit 2e6fba2c3b
8 changed files with 67 additions and 13 deletions

View file

@ -18,6 +18,7 @@ class JSTest(unittest.TestCase):
options.add_argument("--disable-dev-shm-usage")
options.add_argument("--disable-browser-side-navigation")
options.add_argument("--disable-gpu")
options.add_argument("--enable-experimental-web-platform-features")
options.set_capability("goog:loggingPrefs", {"browser": "ALL"})
try: