You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
I TRIED RUNNING this basic code with the latest Selenium-Driverless and Selenium-Profiles
fromselenium_profiles.webdriverimportChromefromselenium_profiles.profilesimportprofilesfromselenium_driverless.webdriverimportChromeOptionsfromselenium_driverless.types.byimportByprofile=profiles.Windows() # or .Androidoptions=ChromeOptions()
# options.add_argument("--headless=new")driver=Chrome(profile, options=options, driverless_options=True)
# get urldriver.get('https://nowsecure.nl#relax') # test fingerprintdriver.quit() # Execute on the End!
I TRIED RUNNING this basic code with the latest Selenium-Driverless and Selenium-Profiles
I GOT TRACE ERROR