Closed
Description
Hello, i'm trying to allow the camera permission, i have no idea how to do it. Thank you!
from seleniumbase import SB
username = 'xx'
password = 'xx'
with SB(maximize=True, uc=True) as self:
self.open("https://google.com")
self.type("#username", username)
self.type("#password", password)
self.sleep(1.5)
self.click("button:contains('Connexion')")
self.sleep(10)
self.click('button.sAhcF')
self.sleep(1000)