Skip to content

Should I use SB or Driver for threading? #2901

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

You must be logged in to vote

There are some examples that fully get to a page and don't use Selenium at all to click:

You might be able to learn from those.

sb.click is the same as sb.driver.click
sb.uc_click is the same as sb.driver.uc_click

Unless a driver method by the same name already existed with regular Selenium, the sb.driver version will be the same, although sb has more methods than sb.driver.

uc_click() uses JavaScript to do a stealthy click (more stealthy than js_click()), however CloudFlare detects JS clicks of any kind now, even if Selenium is not detected, and that's why pyaut…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@misterpeople
Comment options

@mdmintz
Comment options

@misterpeople
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
2 participants