1

I'm playing with telegram and playwright, and most of the time I'm getting a pop up that says that service worker is disabled. I have no idea how to turn it on. This is how I launch the browser:

browser = await playwright.chromium.launch(headless=False)
context = await browser.new_context(storage_state='state.json')
page = await context.new_page()
await page.goto(chat_url1)
khelwood
  • 55,782
  • 14
  • 81
  • 108
dopuu
  • 13
  • 1
  • 3

0 Answers0