吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2388|回复: 14
收起左侧

[求助] 求助 python 自动打开网页问题

[复制链接]
axwa 发表于 2021-1-9 16:43
大佬  请问怎么处理
代码如下
from selenium import webdriver
import time
class AutoPlay():
    def __init__(self) -> None:
       self.driver = webdriver.Chrome(executable_path= r"C:\Users\75706\Desktop\chromedriver.exe")
       self.id = ""
       self.pwd = ""
       self.url = "http://www.baidu.com/"
    def work(self):
        self.driver.get(self.url)
        time.sleep(2)
        
if __name__ == "__main__":
    auto_play = AutoPlay()
    auto_play.work()

运行后能打开浏览器 但是无法打开网址   
提示

(base) I:\jiajiaoplay>python qa.py

DevTools listening on ws://127.0.0.1:3631/devtools/browser/db1c072e-e591-49b6-b963-558b05eb7b4c
[15384:4304:0109/163836.322:ERROR:device_event_log_impl.cc(211)] [16:38:36.322] USB: usb_device_handle_win.cc:1020 Failed to read descriptor from node connection: 连到系统上的设备没有发挥作用。 (0x1F)



发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

gxl090119 发表于 2021-1-9 16:53
把你的U盘的qa.py文件移到硬盘上去试试
ufo0033 发表于 2021-1-9 17:30
看下 chromedriver 版本 和 你的 调用的 chrome 是否匹配, 另外 time.sleep 换成  input  让系统 阻塞在那里看看
 楼主| axwa 发表于 2021-1-9 17:31
gxl090119 发表于 2021-1-9 16:53
把你的U盘的qa.py文件移到硬盘上去试试

我文件就是在电脑硬盘里的啊   没放到U盘啊    它能打开浏览器  就是无法跳转到指定的网址去
 楼主| axwa 发表于 2021-1-9 17:36
ufo0033 发表于 2021-1-9 17:30
看下 chromedriver 版本 和 你的 调用的 chrome 是否匹配, 另外 time.sleep 换成  input  让系统 阻塞在那 ...

我试了  还是不行  能帮忙看下嘛?
ufo0033 发表于 2021-1-9 17:46
axwa 发表于 2021-1-9 17:36
我试了  还是不行  能帮忙看下嘛?

你chromedriver 版本 和 chrome对得上吗
Ldfd 发表于 2021-1-9 17:56
你的代码没问题,检查一下chrome版本和chromedriver,(还有网络????)(不过用类真的不繁琐吗
吾爱之小丑 发表于 2021-1-9 18:28
应该是chromedriver与chrome的版本不一致,你查查。代码过于标准。
 楼主| axwa 发表于 2021-1-9 19:21
ufo0033 发表于 2021-1-9 17:46
你chromedriver 版本 和 chrome对得上吗

版本对得上   谢谢  解决的   是因为解释器的问题  
 楼主| axwa 发表于 2021-1-9 19:34
本帖最后由 axwa 于 2021-1-9 19:35 编辑
Ldfd 发表于 2021-1-9 17:56
你的代码没问题,检查一下chrome版本和chromedriver,(还有网络????)(不过用类真的不繁琐吗

嗯嗯 我是小白  大佬   是解释器的问题   在请问个问题  网页列表里的视频怎么实现自动播放
2.png
1.JPG
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 04:29

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表