I have a series of tests where I need to fake mic input. In looking around for how to accomplish this I discovered this SO question.
While I am not using python that appears to do what I need. Is there a way to pass the Chromium flags via the projects section in the playwright config file? I have been trying to figure out a way to do that and cannot find anything about browser specific args. That feels like the most elegant solution so I just want to make sure I am not missing something obvious.
This thread is trying to answer question "Is there a way to pass the Chromium flags via the projects section in the playwright config file for faking mic input?"
Hi, here is an example where launch options are being specified: https://github.com/microsoft/playwright/issues/21194#issuecomment-1444276676
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].