Public bug reported:

I am using Ubuntu 26.04 LTS (Resolute Raccoon). Now I want to run some
scripts written in python using playwright. But once I'm prompted to
install the browser by running:

```sh
playwright install
```
I get this warning, since the official support is not there:

```sh
Failed to install browsers
Error: ERROR: Playwright does not support chromium on ubuntu26.04-x64
```

Is there any workout? My script start with this block

```python
def run(playwright: Playwright) -> None:
    browser = playwright.chromium.launch(headless=False)
    context = browser.new_context()
    page = context.new_page()
    page.set_default_timeout(60000)
    page.set_default_navigation_timeout(60000)
    ... ... ...
    ... ... ...
```

** Affects: python-playwright (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2155114

Title:
  ERROR: Playwright does not support chromium on ubuntu26.04-x64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-playwright/+bug/2155114/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to