-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModequestionSomeone is looking for answersSomeone is looking for answers
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)
Metadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModequestionSomeone is looking for answersSomeone is looking for answers