Skip to content

is it possible to get the protect attribute when using UC model #2299

Closed Answered by mdmintz
jiangxiaoqiang 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()

Here are some existing examples that use the driver.uc_click(selector) method:

Replies: 1 comment 2 replies

Comment options

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