使用GCP和selenium显示广告

时间:2018-02-11 08:22:14

标签: python google-chrome selenium selenium-webdriver selenium-chromedriver

我正在谷歌云平台上制作广告分析系统,我正在使用Python,Selenium和Chrome驱动程序。

我可以获得谷歌搜索结果和雅虎搜索结果。但没有显示广告。

这是我的代码。

    options = Options()
    options.add_argument(user_agent_string)
    options.binary_location = '/usr/bin/google-chrome'
    display = Display(visible=0, size=(800, 600))
    display.start()
    driver = webdriver.Chrome(chrome_options=options)

我想从结果中获取广告信息。 有人可以帮助我吗?

0 个答案:

没有答案