在使用 pyppeteer.connection.websockets.client.connect时候报的错误有人遇到解决的吗?AttributeError: module 'websockets' has no attribute 'client'
module 'websockets' has no attribute 'client'是websockets没有client这个对象,你检测一下代码,或者看看websockets的源码是怎样定义的