I have an ubuntu server without graphics. I need to record audio in session with playwright python. How I can do it?
I found in docs(https://playwright.dev/python/docs/videos) how I can record video, but audio not.
My app is running in docker with docker-compose.
Now I use headless chromium with playwright.