Skip to content

For some reason code passes cloudflare on nowsecure.nl and doesn't pass on some other websites. #2167

Answered by mdmintz
MalvinJohnas asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like you're doing some odd things in your script. Maybe you should check out the examples:

Here are some existing examples that use --uc mode:

Here's a raw driver example:

from seleniumbase import Driver
import time

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

The "you are using an unsupported command-line flag ignore-certificate-errors. Stability and security will suffer" message…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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
2 participants