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

Use unwrap-webdriver-object #632

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Use unwrap-webdriver-object #632

merged 1 commit into from
Aug 17, 2024

Conversation

dgr
Copy link
Contributor

@dgr dgr commented Aug 17, 2024

Convert (-> ... first second) idiom to unwrap-webdriver-object. This should provide better error reporting in case one of the WebDriver implementations has a regression or otherwise starts returning things in a different format.

Closes #620.

Please complete and include the following checklist:

  • [ x] I have read CONTRIBUTING and the Etaoin Developer Guide.

  • [ x] This PR corresponds to an issue that the Etaoin maintainers have agreed to address.

  • [ x] This PR contains test(s) to protect against future regressions

  • [ x] I have updated CHANGELOG.adoc with a description of the addressed issue.

Convert (-> ... first second) idiom to unwrap-webdriver-object. This
should provide better error reporting in case one of the WebDriver
implementations has a regression or otherwise starts returning things
in a different format.
Copy link
Collaborator

@lread lread left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dgr!

@lread lread merged commit 29b54fb into clj-commons:master Aug 17, 2024
49 checks passed
@lread
Copy link
Collaborator

lread commented Aug 17, 2024

Oh. @dgr, can you update the changelog too?

@dgr
Copy link
Contributor Author

dgr commented Aug 18, 2024

Oh. @dgr, can you update the changelog too?

Done.

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

Successfully merging this pull request may close these issues.

Get stricter when unwrapping elements
2 participants