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

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

Hi Mark,

On your script, you can add this syntax below:

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