image

隱藏 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_chromedriveroptions=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…

 
 
DDoS protection by Cloudflare
Ray ID: 6d26dd1d59dc2458
arrow
arrow
    文章標籤
    python selenum
    全站熱搜

    MonkeyJ 發表在 痞客邦 留言(0) 人氣()