If you don't have Opera allowed Camera permission in "Security & Privacy" settings window, run this in Terminal:
tccutil reset Camera com.operasoftware.Opera
and restart Opera
If you don't have Opera allowed Camera permission in "Security & Privacy" settings window, run this in Terminal:
tccutil reset Camera com.operasoftware.Opera
and restart Opera
When you have error like this:
Fatal error: Call to a member function waitForLoad() on null (Behat\Testwork\Call\Exception\FatalThrowableError
Add this into your context:
if ($this->getSession()->isStarted() === false) {
$minkSession->start();
}