gpt4 book ai didi

linux - 使用 chrome 驱动程序在 centos 6.5 上安装和运行 headless chrome 浏览器的步骤

转载 作者:IT王子 更新时间:2023-10-29 00:08:57 32 4
gpt4 key购买 nike

我需要在 centos 6.5 上安装 chrome 浏览器,这里我需要自动化一些 web gui。我已经安装了 chrome 驱动程序。任何人都可以请提供 chrome-61 的步骤和下载链接以及如何安装它。我的操作系统没有任何 Gui。请提供命令。

我正在使用 java selenium。

提前致谢

最佳答案

遗憾的是,Google Chrome 不再支持 6.x。你需要 CentOS 7.x。

我使用的是 Cent-OS 7.4.*,运行良好。

这些是要遵循的步骤:

  • 下载 chromedriver:登录 Linux 机器并执行这些命令:

    $ wget https://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip
    $ unzip chromedriver_linux64.zip
    $ chromedriver --version
    ChromeDriver 2.40.565383

确保您始终安装最新版本!

  • 下载 Chrome 浏览器

    $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
    $ sudo yum install google-chrome-stable_current_x86_64.rpm

    $ google-chrome --version
    Google Chrome 67.0.3396.87

    $ yum install Xvfb

    $ ps -ef | grep Xvfb
    username 12988 1 0 Oct05 ? 00:00:02 Xvfb :99 -screen 0 1152x900x8

    $ yum install maven
    $ mvn -version
    Apache Maven 3.0.5 (Red Hat 3.0.5-17)

关于linux - 使用 chrome 驱动程序在 centos 6.5 上安装和运行 headless chrome 浏览器的步骤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46109812/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com