diff --git a/src/cluster/rpa.py b/src/cluster/rpa.py index a19e39f..1a7fb5c 100644 --- a/src/cluster/rpa.py +++ b/src/cluster/rpa.py @@ -520,7 +520,7 @@ with (rpa_image.imports()): return data_res async with async_playwright() as p: - browser: Browser = await p.chromium.launch(headless=True, channel='msedge') + browser: Browser = await p.chromium.launch(headless=False, channel='msedge') # browser = await p.chromium.launch(channel="msedge") result = await goto_live(browser, data, result, webcast_id)