I'm using Behat with Mink.
Currently I'm working on building a test for webrtc. The issue is that webrtc has a browser permission dialog where the user has to select that they do want to share their media. As this permission is from the browser itself instead of html I don't know how to accept it with mink or even if that's possible.
Is there any work around or standard solution for this? I imagine the same issue holds true for anything a browser requires user permissions to use.