I am trying to make video calls from https://discordapp.com using selenium. When I start the video call, there is a window popup asking for permission to use mic and camera.
Now the problem is that I cannot automate the 'allow' option in any way.
I tried: 1) changing chromium/chrome preferences, but you cannot give access to all the apps using mic/camera
2) I tried using alerts link
3) tried changing driver optionslink
4) I tried checking if there were multiple windows link
How can I catch that window and click on allow???