How to handle camera pop ups on Chrome in Python-UnitTest?

Can I handle the camera pop ups on Chrome in Python-UnitTest?

Hi Mark,

On your script, you can add this syntax below:

  'chromeOptions': {
    'args': ["--use-fake-device-for-media-stream"
  }