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

Robot tests failing due to unexpected keyword argument 'executable_path' #956

Open
krassowski opened this issue Aug 21, 2023 · 2 comments
Open

Comments

@krassowski
Copy link
Member

Acceptance tests are failing as seen in #955 and #949, although #953 last month was passing.

Parent suite setup failed:
TypeError: __init__() got an unexpected keyword argument 'executable_path'

It is only used in:

Create WebDriver Firefox
... executable_path=${geckodriver}
... service_log_path=${GECKODRIVER LOG}
... service_args=${service args}

Which is confusing as documentation says that it is supported: https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html

It is probably due to robotframework/SeleniumLibrary#1848 but I do not follow this really, that PR has many lines commented out and is not really clear on what it does.

@bollwyvl
Copy link
Collaborator

bollwyvl commented Aug 21, 2023 via email

@krassowski
Copy link
Member Author

Thank you for a quick reply! I added a pin in #949 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants