Is the playwright allowed to run?

My python project has the following dependencies and I would like to ask if vercel is able to run the playwright program?

import requests
import time
import re
import urllib.parse
import asyncio
from fastapi import FastAPI, HTTPException, Path
from fastapi.responses import JSONResponse
from concurrent.futures import ThreadPoolExecutor
from playwright.async_api import async_playwrightplaywright

Can someone help me?

Hi, @lijunyi2!

I’m not familiar with Playwright, but does this guide help?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.