Skip to content

UC Mode Not working now for me #2205

Answered by mdmintz
vyanezz asked this question in Q&A
Oct 21, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Upgrade to the latest version of seleniumbase, and run the basic script:

from seleniumbase import Driver
import time

driver = Driver(uc=True)
driver.get("https://nowsecure.nl/#relax")
time.sleep(6)
driver.quit()

(It's working for me)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wuqingli
Comment options

@mdmintz
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants