Closed afuetterer closed 1 year ago
You need to pin webdriver-manager to 3.9.0, because ChromeType
is missing from 3.9.1 onwards.
Or you refactor using Chrome, instead of ChromeType, when using webdriver-manager > 3.9.0.
Let me know what you think.
Is this no good?
Apologies, I've been busy with other projects. Let me look into this and get back to you. In the meantime, feel free to fork your own version.
No problem. Please let me know what you think, when you have the time.
Closing this due to inactivity.
Hi, I wanted to follow up on this and apologize--time got away from me to address it and I also didn't understand the distinction between requires
and dependencies
in pyproject.toml
as this was my first time using hatchling. Anyway, I corrected the pyproject.toml
but didn't add all the test material since I'm not sure it would work given all the changes to pyktok since this was added. Thanks again for bringing this to my attention and I regret leaving it unattended for so long.
Hi @dfreelon,
thank you for this project. This is my first PR, so feel free to adapt, close or discuss, however you see fit.
A friend of mine recently ran into the same issue, as described in #25.
I tried to reproduce the behavior.
I installed the project with
Running
threw this error:
Proposed Changes
So I propose the following changes:
pyproject.toml
, as per https://hatch.pypa.io/latest/config/dependency/What do you think?
You will find the error mentioned in #25 in the github actions log.