Skip to content

Allow camera with undetect driver #1559

Closed
@KolyStudio

Description

@KolyStudio

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

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModequestionSomeone is looking for answers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions