使用GCP和selenium显示广告

2024-06-07 08:22:41 发布

您现在位置:Python中文网/ 问答频道 /正文

我在Google云平台上制作广告分析系统,使用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)

我想从结果中得到广告信息。 有人能帮我吗?你知道吗


Tags: add密码系统seleniumdisplaygoogle驱动程序平台

热门问题