Skip to content
New issue

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

WebDriver.__init__() got an unexpected keyword argument 'executable_path' #559

Open
3 of 4 tasks
MiChaelinzo opened this issue Jun 9, 2023 · 0 comments
Open
3 of 4 tasks

Comments

@MiChaelinzo
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

I'm submitting a ...

Description

[09-Jun-2023 18:08:08] | 1.3% | Worker 11 | Line : 705 | TypeError | WebDriver.init() got an unexpected keyword argument 'executable_path' I got it working again but after updating and upgrading my OS it don't work anymore, need code update to support recent changes made in webdriver selenium

Environment

- OS : Linux version 5.16.0-kali7-amd64 ([email protected]) (gcc-11 (Debian 11.2.0-19) 11.2.0, GNU ld (GNU Binutils for Debian) 2.38) #1 SMP PREEMPT Debian 5.16.18-1kali1 (2022-04-01)
- Python : Python 3.10.7
- Script version : Latest version, fresh from git clone

config.json

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": false,
    "views": 1000,
    "minimum": 85.0,
    "maximum": 95.0,
    "proxy": {
        "category": "f",
        "proxy_type": false,
        "filename": "GoodProxy.txt",
        "authentication": false,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": true,
    "bandwidth": true,
    "playback_speed": 1,
    "max_threads": 10,
    "min_threads": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant