Skip to content

Getting TypeError: __init__() got an unexpected keyword argument 'executable_path'` when running python example #603

@dloza

Description

@dloza

Traceback (most recent call last): File "/Users/dloza/mintupdater/tmp.py", line 3, in <module> mint = mintapi.Mint( File "/usr/local/lib/python3.9/site-packages/mintapi/api.py", line 33, in __init__ self.browser = SeleniumBrowser( File "/usr/local/lib/python3.9/site-packages/mintapi/browser.py", line 57, in __init__ self.login_and_get_token( File "/usr/local/lib/python3.9/site-packages/mintapi/browser.py", line 113, in login_and_get_token self.driver = driver or _create_web_driver_at_mint_com( File "/usr/local/lib/python3.9/site-packages/mintapi/signIn.py", line 313, in _create_web_driver_at_mint_com driver = Chrome( File "/usr/local/lib/python3.9/site-packages/seleniumrequests/request.py", line 148, in __init__ super(RequestsSessionMixin, self).__init__(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'executable_path'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions