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
The script_sample.py file doesn't work. It generates the following error because Pylenium() is missing some required arguments:
Pylenium()
$ python examples/script_sample.py Traceback (most recent call last): File "examples/script_sample.py", line 22, in <module> main() File "examples/script_sample.py", line 13, in main py = Pylenium() TypeError: __init__() missing 2 required positional arguments: 'config' and 'logger'
The text was updated successfully, but these errors were encountered:
Good catch! I haven't updated the examples in a long time
Sorry, something went wrong.
Removed stale examples and replaced with some initial examples since the docs do a much better job of going into detail with examples as well.
Fixed in next release
Successfully merging a pull request may close this issue.
The script_sample.py file doesn't work. It generates the following error because
Pylenium()
is missing some required arguments:The text was updated successfully, but these errors were encountered: