隱藏 webdriver 痕跡後就可以囉:
opt.add_argument("--disable-blink-features=AutomationControlled")
opt = webdriver.ChromeOptions()
opt.add_argument("--disable-blink-features=AutomationControlled")
opt.add_extension(EXTENSION_PATH)
service_chromedriver = Service("./chromedriver.exe")
driver = webdriver.Chrome(service=service_chromedriver, options=opt)
Checking your browser before accessing opensea.io.
This process is automatic. Your browser will redirect to your requested content shortly.
Please allow up to 5 seconds…
文章標籤
全站熱搜
留言列表