We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MHZZZ这边使用需要改两处: 1- "lxml"一直报错,改成"html.parser"就OK 2- AttributeError: 'WebDriver' object has no attribute 'switchTo'报错,需要把selenium版本降至3.141.0,selenium >= "4.0.0" doen't support 'switch_to_alert'
但是再运行就是这个报错,找不到解决办法,求解 requests.exceptions.MissingSchema: Invalid URL '0': No scheme supplied. Perhaps you meant http://0?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MHZZZ这边使用需要改两处:
1- "lxml"一直报错,改成"html.parser"就OK
2- AttributeError: 'WebDriver' object has no attribute 'switchTo'报错,需要把selenium版本降至3.141.0,selenium >= "4.0.0" doen't support 'switch_to_alert'
但是再运行就是这个报错,找不到解决办法,求解
requests.exceptions.MissingSchema: Invalid URL '0': No scheme supplied. Perhaps you meant http://0?
The text was updated successfully, but these errors were encountered: