Skip to content
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