You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with seleniumbase.SB(uc=True, external_pdf=True) as sb:
sb.activate_cdp_mode(url='https://bot.sannysoft.com')
sb.cdp.sleep(20)
It seems that CDP mode seleniumbase with external_pdf=True can be detected by this website:
(Note: CDP mode seleniumbase is undetected without external_pdf=True)