kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
520 stars 63 forks source link

Chrome.__init__() got an unexpected keyword argument 'profile' #29

Closed ruslanx3m closed 1 year ago

ruslanx3m commented 1 year ago
        ## init driver
        driver = Chrome(
            profile=profile,
            options=options,
            driverless_options=True,
            chrome_binary=chrome_binary,
        )

Error: Chrome.init() got an unexpected keyword argument 'profile'

is profile not supported any more?

ruslanx3m commented 1 year ago

solved