python在手机使用webdriver.chromns_在chrom中运行Selenium WebDriver python绑定

我在使用硒时遇到了一个问题。对于我的项目,我必须使用Chrome。但是,在使用Selenium启动浏览器后,我无法连接到该浏览器。

由于某种原因,硒本身找不到铬。当我尝试在不包含路径的情况下启动Chrome时,会发生以下情况:Traceback (most recent call last):

File "./obp_pb_get_csv.py", line 73, in

browser = webdriver.Chrome() # Get local session of chrome

File "/usr/lib64/python2.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 46, in __init__

self.service.start()

File "/usr/lib64/python2.7/site-packages/selenium/webdriver/chrome/service.py", line 58, in start

and read up at http://code.google.com/p/selenium/wiki/ChromeDriver")

selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path. Please download from http://code.google.com/p/selenium/downloads/list and read up at http://code.google.com/p/selenium/wiki/ChromeDriver'

为了解决这个问题,我在启动Chrome的代码中包含了Chrome路径。但是,解释器找不到要连接到的套接字:Traceback (most recent call last):

File "./obp_pb_get_csv.py", line 73, in

browser = webdriver.Chrome('/usr/bin/chromium') # Get local session of chrome

File "/usr/lib64/python2.7/site-packages/selenium/webdriver/chrome/webdriver.py", line 46, in __init__

self.service.start()

File "/usr/lib64/python2.7/site-packages/selenium/webdriver/chrome/service.py", line 64, in start

raise WebDriverException("Can not connect to the ChromeDriver")

selenium.common.exceptions.WebDriverException: Message: 'Can not connect to the ChromeDriver'

我还尝试通过以下方式启动chrome来解决这个问题:chromium --remote-shell-port=9222

然而,这也不起作用。

另外,这里有一些关于我的系统的信息:www-client: chromium 15.0.874.121

dev-lang: python 2.7.2-r3 Selenium 2.11.1

OS: GNU/Linux Gentoo Kernel 3.1.0-gentoo-r1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值