Can I handle the microphone pop up on Chrome in Python-Behave?
Hi Mark,
To handle the pop-up, you can add this syntax below:
'chromeOptions': {
'args': ["--use-fake-ui-for-media-stream"]
}
Can I handle the microphone pop up on Chrome in Python-Behave?
Hi Mark,
To handle the pop-up, you can add this syntax below:
'chromeOptions': {
'args': ["--use-fake-ui-for-media-stream"]
}