In my Ruby on Rails 6.0, I'm trying to test a page that has access to the camera. The problem is that when I visit this page, there is a popup message that I should permit to use the camera. This is breaking my tests, how can I click allow to that popup or somehow give permissions to the camera to Selenium WebDrvier.
Thanks in advance