脚本Selenium python始终在flashseats上被检测为bot :(

时间:2018-12-12 16:42:19

标签: php python selenium web-scraping detection

我的脚本总是检测到为什么?!!! 大多数时候,我使用python硒来抓取网站,但这次我总是被“ https://www.flashseats.com

检测到

你能帮我吗!

这是我的硒代码的一部分,我什至尝试使用不同的代理,但是:(相同的结果, 请为我提供python或PHP解决方案。

        chrome_options = webdriver.ChromeOptions()
        options = webdriver.ChromeOptions()
        options.add_argument('--disable-infobars')
        options.add_argument('--disable-extensions')
        options.add_argument('--profile-directory=Default')
        options.add_argument('--incognito')
        options.add_argument('--disable-plugins-discovery')
        options.add_argument('--start-maximized')

        #_chrome_options = Options()
        #_chrome_options.add_argument('disable-infobars')
        driver = webdriver.Chrome(r'C:\browser\chromedriver.exe', chrome_options=chrome_options)

        time.sleep(10)


        driver.get("https://www.flashseats.com/")

0 个答案:

没有答案